Fix/web app permission check (#26821)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user