-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add plugin unexist error tips #3717
Conversation
🤖 Generated by deploy action📦 Preview Image: |
projects/app/src/components/core/chat/ChatContainer/ChatBox/Provider.tsx
Outdated
Show resolved
Hide resolved
projects/app/src/components/core/chat/ChatContainer/ChatBox/index.tsx
Outdated
Show resolved
Hide resolved
<SaveButton isLoading={loading} onClickSave={onClickSave} /> | ||
<SaveButton | ||
isLoading={loading} | ||
onClickSave={onClickSave} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
checkData 直接在 onclickSave 里做是不是就可以了?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
onclickSave在modal确认的时候才触发,checkData放在打开modal前判断
* add plugin unexist error tips * throw error when run plugin * check workflow * plugin data avoid request twice * auth owner tmbId * fix
No description provided.