bugfix_console_warning

This commit is contained in:
takuabonn
2023-12-05 09:16:40 +09:00
parent 1867f9be02
commit d3877e76d4
2 changed files with 3 additions and 3 deletions
@@ -147,8 +147,8 @@ export const FlowListTable = ({ data, images, filterFunction, updateFlowsApi })
} }
FlowListTable.propTypes = { FlowListTable.propTypes = {
data: PropTypes.object, data: PropTypes.array,
images: PropTypes.array, images: PropTypes.object,
filterFunction: PropTypes.func, filterFunction: PropTypes.func,
updateFlowsApi: PropTypes.object updateFlowsApi: PropTypes.object
} }
+1 -1
View File
@@ -161,7 +161,7 @@ const Chatflows = () => {
variant='contained' variant='contained'
value='card' value='card'
title='Card View' title='Card View'
selectedColor='#00abc0' selectedcolor='#00abc0'
> >
<IconLayoutGrid /> <IconLayoutGrid />
</ToggleButton> </ToggleButton>