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 = {
data: PropTypes.object,
images: PropTypes.array,
data: PropTypes.array,
images: PropTypes.object,
filterFunction: PropTypes.func,
updateFlowsApi: PropTypes.object
}