Browse Source

fix: data not updated (#6161)

tags/0.6.14
crazywoola 1 year ago
parent
commit
c606295ea6
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web/app/components/tools/provider/detail.tsx

+ 1
- 1
web/app/components/tools/provider/detail.tsx View File

@@ -117,7 +117,7 @@ const ProviderDetail = ({
provider: collection.name,
})
setIsDetailLoading(false)
}, [collection.name])
}, [collection.labels, collection.name])
// workflow provider
const [isShowEditWorkflowToolModal, setIsShowEditWorkflowToolModal] = useState(false)
const getWorkflowToolProvider = useCallback(async () => {

Loading…
Cancel
Save