mirror of https://github.com/langgenius/dify.git
fix: add invalidCustomizedTemplateList to dependencies in Popup component
This commit is contained in:
parent
2c9c246052
commit
3f63d3aa45
|
|
@ -209,6 +209,7 @@ const Popup = () => {
|
|||
hidePublishAsKnowledgePipelineModal,
|
||||
notify,
|
||||
t,
|
||||
invalidCustomizedTemplateList,
|
||||
])
|
||||
|
||||
const handleClickPublishAsKnowledgePipeline = useCallback(() => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue