|
|
|
|
@ -191,11 +191,11 @@ const ExternalDataToolModal: FC<ExternalDataToolModalProps> = ({
|
|
|
|
|
className='!p-8 !pb-6 !max-w-none !w-[640px]'
|
|
|
|
|
>
|
|
|
|
|
<div className='mb-2 text-xl font-semibold text-gray-900'>
|
|
|
|
|
{`${action} ${t('appDebug.feature.tools.modal.title')}`}
|
|
|
|
|
{`${action} ${t('appDebug.variableConig.apiBasedVar')}`}
|
|
|
|
|
</div>
|
|
|
|
|
<div className='py-2'>
|
|
|
|
|
<div className='leading-9 text-sm font-medium text-gray-900'>
|
|
|
|
|
{t('appDebug.feature.tools.modal.toolType.title')}
|
|
|
|
|
{t('common.apiBasedExtension.type')}
|
|
|
|
|
</div>
|
|
|
|
|
<SimpleSelect
|
|
|
|
|
defaultValue={localeData.type}
|
|
|
|
|
|