-
-
-
- {t('modals.configTool.title')}
-
-
- {t('modals.configTool.type')}:{' '}
- {tool?.name}
-
-
-
- {t('modals.configTool.apiKeyLabel')}
-
- setAuthKey(e.target.value)}
- borderVariant="thin"
- placeholder={t('modals.configTool.apiKeyPlaceholder')}
- >
-
-
-
-
-
-
+
+
+ {t('modals.configTool.title')}
+
+
+ {t('modals.configTool.type')}:{' '}
+ {tool?.name}
+
+
+ setAuthKey(e.target.value)}
+ borderVariant="thin"
+ placeholder={t('modals.configTool.apiKeyPlaceholder')}
+ label={t('modals.configTool.apiKeyLabel')}
+ />
-
-
+
+
+
+
+
+
);
}