Merge pull request #1334 from takuabonn/bugfix/chatflows_dashboard_raises_warnings_in_the_browser_javascript_console

bugfix_console_warning
This commit is contained in:
Henry Heng
2023-12-06 12:27:59 +00:00
committed by GitHub
2 changed files with 2 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
View File
@@ -161,7 +161,6 @@ const Chatflows = () => {
variant='contained' variant='contained'
value='card' value='card'
title='Card View' title='Card View'
selectedColor='#00abc0'
> >
<IconLayoutGrid /> <IconLayoutGrid />
</ToggleButton> </ToggleButton>