diff --git a/web/app/components/plugins/reference-setting-modal/auto-update-setting/no-plugin-selected.tsx b/web/app/components/plugins/reference-setting-modal/auto-update-setting/no-plugin-selected.tsx index e255be052..233801423 100644 --- a/web/app/components/plugins/reference-setting-modal/auto-update-setting/no-plugin-selected.tsx +++ b/web/app/components/plugins/reference-setting-modal/auto-update-setting/no-plugin-selected.tsx @@ -14,7 +14,7 @@ const NoPluginSelected: FC = ({ const { t } = useTranslation() const text = `${t(`plugin.autoUpdate.upgradeModePlaceholder.${updateMode === AUTO_UPDATE_MODE.partial ? 'partial' : 'exclude'}`)}` return ( -
+
{text}
) diff --git a/web/app/components/plugins/reference-setting-modal/auto-update-setting/plugins-picker.tsx b/web/app/components/plugins/reference-setting-modal/auto-update-setting/plugins-picker.tsx index 77ffd6667..097592c1c 100644 --- a/web/app/components/plugins/reference-setting-modal/auto-update-setting/plugins-picker.tsx +++ b/web/app/components/plugins/reference-setting-modal/auto-update-setting/plugins-picker.tsx @@ -53,7 +53,7 @@ const PluginsPicker: FC = ({ + diff --git a/web/app/components/plugins/reference-setting-modal/auto-update-setting/tool-picker.tsx b/web/app/components/plugins/reference-setting-modal/auto-update-setting/tool-picker.tsx index 0e48a07f4..ed8ae6411 100644 --- a/web/app/components/plugins/reference-setting-modal/auto-update-setting/tool-picker.tsx +++ b/web/app/components/plugins/reference-setting-modal/auto-update-setting/tool-picker.tsx @@ -58,6 +58,14 @@ const ToolPicker: FC = ({ key: PLUGIN_TYPE_SEARCH_MAP.extension, name: t('plugin.category.extensions'), }, + { + key: PLUGIN_TYPE_SEARCH_MAP.datasource, + name: t('plugin.category.datasources'), + }, + { + key: PLUGIN_TYPE_SEARCH_MAP.trigger, + name: t('plugin.category.triggers'), + }, { key: PLUGIN_TYPE_SEARCH_MAP.bundle, name: t('plugin.category.bundles'), @@ -119,12 +127,13 @@ const ToolPicker: FC = ({ onOpenChange={onShowChange} > {trigger} -
+