diff --git a/src/components/config/VisualConfigEditor.tsx b/src/components/config/VisualConfigEditor.tsx index 59bf986..14066bd 100644 --- a/src/components/config/VisualConfigEditor.tsx +++ b/src/components/config/VisualConfigEditor.tsx @@ -104,7 +104,7 @@ function ApiKeysCardEditor({ onChange: (nextValue: string) => void; }) { const { t } = useTranslation(); - const { showNotification } = useNotificationStore(); + const showNotification = useNotificationStore((state) => state.showNotification); const apiKeys = useMemo( () => value