Fix warnings

This commit is contained in:
Ilango
2024-03-13 05:57:10 +05:30
parent a4a2fbb08f
commit 02963ce0d5
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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 (
<> <>