diff --git a/front/components/assistant_builder/AssistantBuilder.tsx b/front/components/assistant_builder/AssistantBuilder.tsx index 5a2827f2bf9c..b6483283cd3f 100644 --- a/front/components/assistant_builder/AssistantBuilder.tsx +++ b/front/components/assistant_builder/AssistantBuilder.tsx @@ -362,6 +362,7 @@ export default function AssistantBuilder({ useSlackChannelsLinkedWithAgent({ workspaceId: owner.sId, dataSourceName: slackDataSource?.name ?? undefined, + disabled: !isBuilder(owner), }); const [slackChannelsInitialized, setSlackChannelsInitialized] = useState(false); @@ -1460,7 +1461,7 @@ function SlackIntegration({