Skip to content

Commit

Permalink
fix(blocks-aggrid): Add valueType to input blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gervwyk committed Sep 30, 2022
1 parent e4d6af9 commit 89a8d55
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Expand Up @@ -53,6 +53,7 @@ const AgGridInputAlpine = ({
AgGridInputAlpine.defaultProps = blockDefaultProps;
AgGridInputAlpine.meta = {
category: 'input',
valueType: 'array',
icons: [],
styles: ['blocks/AgGridInputAlpine/style.less'],
};
Expand Down
Expand Up @@ -53,6 +53,7 @@ const AgGridInputAlpineDark = ({
AgGridInputAlpineDark.defaultProps = blockDefaultProps;
AgGridInputAlpineDark.meta = {
category: 'input',
valueType: 'array',
icons: [],
styles: ['blocks/AgGridInputAlpineDark/style.less'],
};
Expand Down
Expand Up @@ -53,6 +53,7 @@ const AgGridInputBalham = ({
AgGridInputBalham.defaultProps = blockDefaultProps;
AgGridInputBalham.meta = {
category: 'input',
valueType: 'array',
icons: [],
styles: ['blocks/AgGridInputBalham/style.less'],
};
Expand Down
Expand Up @@ -53,6 +53,7 @@ const AgGridInputBalhamDark = ({
AgGridInputBalhamDark.defaultProps = blockDefaultProps;
AgGridInputBalhamDark.meta = {
category: 'input',
valueType: 'array',
icons: [],
styles: ['blocks/AgGridInputBalhamDark/style.less'],
};
Expand Down
Expand Up @@ -53,6 +53,7 @@ const AgGridInputMaterial = ({
AgGridInputMaterial.defaultProps = blockDefaultProps;
AgGridInputMaterial.meta = {
category: 'input',
valueType: 'array',
icons: [],
styles: ['blocks/AgGridInputMaterial/style.less'],
};
Expand Down

0 comments on commit 89a8d55

Please sign in to comment.