mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
bugfix_console_warning
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user