mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
Fix warnings
This commit is contained in:
@@ -24,7 +24,6 @@ import {
|
|||||||
IChatMessageFeedback,
|
IChatMessageFeedback,
|
||||||
IDepthQueue,
|
IDepthQueue,
|
||||||
INodeDirectedGraph,
|
INodeDirectedGraph,
|
||||||
ChatMessageRatingType,
|
|
||||||
IUploadFileSizeAndTypes
|
IUploadFileSizeAndTypes
|
||||||
} from './Interface'
|
} from './Interface'
|
||||||
import {
|
import {
|
||||||
|
|||||||
@@ -179,7 +179,7 @@ const CanvasHeader = ({ chatflow, handleSaveFlow, handleDeleteFlow, handleLoadFl
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, [chatflow])
|
}, [chatflow, chatflowConfigurationDialogOpen])
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user