We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f812831 commit 5e58f4cCopy full SHA for 5e58f4c
packages/frontend/editor-ui/src/features/ai/chatHub/components/ProviderSettingsModal.vue
@@ -226,7 +226,7 @@ watch(
226
227
<N8nTooltip
228
:content="i18n.baseText('settings.chatHub.providers.modal.edit.enabled.tooltip')"
229
- :disabled="!props.data.disabled"
+ :disabled="props.data.disabled"
230
placement="top"
231
>
232
<ElSwitch
@@ -266,7 +266,7 @@ watch(
266
<div :class="$style.toggle">
267
268
:content="i18n.baseText('settings.chatHub.providers.modal.edit.limitModels.tooltip')"
269
270
271
272
0 commit comments