diff --git a/web/app/components/app/configuration/tools/external-data-tool-modal.tsx b/web/app/components/app/configuration/tools/external-data-tool-modal.tsx index d438618a93..990e679c79 100644 --- a/web/app/components/app/configuration/tools/external-data-tool-modal.tsx +++ b/web/app/components/app/configuration/tools/external-data-tool-modal.tsx @@ -191,11 +191,11 @@ const ExternalDataToolModal: FC = ({ onClose={noop} className='!w-[640px] !max-w-none !p-8 !pb-6' > -
+
{`${action} ${t('appDebug.variableConfig.apiBasedVar')}`}
-
+
{t('common.apiBasedExtension.type')}
= ({ />
-
+
{t('appDebug.feature.tools.modal.name.title')}
handleValueChange({ label: e.target.value })} - className='mr-2 block h-9 grow appearance-none rounded-lg bg-gray-100 px-3 text-sm text-gray-900 outline-none' + className='mr-2 block h-9 grow appearance-none rounded-lg bg-components-input-bg-normal px-3 text-sm text-components-input-text-filled outline-none' placeholder={t('appDebug.feature.tools.modal.name.placeholder') || ''} /> { setShowEmojiPicker(true) }} - className='!h-9 !w-9 cursor-pointer rounded-lg border-[0.5px] border-black/5 ' + className='!h-9 !w-9 cursor-pointer rounded-lg border-[0.5px] border-components-panel-border ' icon={localeData.icon} background={localeData.icon_background} />
-
+
{t('appDebug.feature.tools.modal.variableName.title')}
handleValueChange({ variable: e.target.value })} - className='block h-9 w-full appearance-none rounded-lg bg-gray-100 px-3 text-sm text-gray-900 outline-none' + className='block h-9 w-full appearance-none rounded-lg bg-components-input-bg-normal px-3 text-sm text-components-input-text-filled outline-none' placeholder={t('appDebug.feature.tools.modal.variableName.placeholder') || ''} />
{ localeData.type === 'api' && (
-
+
{t('common.apiBasedExtension.selector.title')} - + {t('common.apiBasedExtension.link')}