You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm that I am using English to submit this report, otherwise it will be closed.
【中文用户 & Non English User】请使用英语提交,否则会被关闭 :)
Please do not modify this template :) and fill in all the required fields.
Description
useLabelStore was originally introduced in commit 45deaee but was mistakenly removed in commit 403e2d5.
However, both Category and Blocks are still dependent on it. This PR restores the removed code to fix the issue.
Self Checks
Description
useLabelStorewas originally introduced in commit 45deaee but was mistakenly removed in commit 403e2d5.However, both
CategoryandBlocksare still dependent on it. This PR restores the removed code to fix the issue.Ref code: https://github.com/langgenius/dify/blob/main/web/app/components/tools/add-tool-modal/tools.tsx#L20
and https://github.com/langgenius/dify/blob/main/web/app/components/tools/add-tool-modal/category.tsx#L10
Motivation
No response
Additional Context
No response