Timothy Jaeryang Baek 1 周之前
父節點
當前提交
da6748a68f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/lib/components/chat/MessageInput/IntegrationsMenu.svelte

+ 1 - 1
src/lib/components/chat/MessageInput/IntegrationsMenu.svelte

@@ -346,7 +346,7 @@
 						>
 						>
 							{#if !(tools[toolId]?.authenticated ?? true)}
 							{#if !(tools[toolId]?.authenticated ?? true)}
 								<!-- make it slighly darker and not clickable -->
 								<!-- make it slighly darker and not clickable -->
-								<div class="absolute inset-0 opacity-50 rounded-xl cursor-not-allowed z-10" />
+								<div class="absolute inset-0 opacity-50 rounded-xl cursor-pointer z-10" />
 							{/if}
 							{/if}
 							<div class="flex-1 truncate">
 							<div class="flex-1 truncate">
 								<div class="flex flex-1 gap-2 items-center">
 								<div class="flex flex-1 gap-2 items-center">