Fix/web app permission check (#26821)

This commit is contained in:
NFish
2025-10-13 16:17:42 +08:00
committed by GitHub
parent d1de3cfb94
commit 5fc104a992
3 changed files with 13 additions and 32 deletions

View File

@@ -101,7 +101,6 @@ const EmbeddedChatbotWrapper = () => {
const {
appData,
userCanAccess,
appParams,
appMeta,
appChatListDataLoading,
@@ -135,7 +134,6 @@ const EmbeddedChatbotWrapper = () => {
} = useEmbeddedChatbot()
return <EmbeddedChatbotContext.Provider value={{
userCanAccess,
appData,
appParams,
appMeta,