diff --git a/web/app/components/plugins/update-plugin/__tests__/index.spec.tsx b/web/app/components/plugins/update-plugin/__tests__/index.spec.tsx index eb13d466b8..5404bfc2d6 100644 --- a/web/app/components/plugins/update-plugin/__tests__/index.spec.tsx +++ b/web/app/components/plugins/update-plugin/__tests__/index.spec.tsx @@ -915,7 +915,7 @@ describe('update-plugin', () => { onShowChange: vi.fn(), pluginID: 'test-plugin-id', currentVersion: '1.0.0', - trigger: , + trigger: Select Version, onSelect: vi.fn(), } @@ -1159,7 +1159,7 @@ describe('update-plugin', () => { onShowChange: vi.fn(), pluginID: 'test', currentVersion: '1.0.0', - trigger: , + trigger: Select, onSelect: vi.fn(), }} />, diff --git a/web/app/components/plugins/update-plugin/downgrade-warning.tsx b/web/app/components/plugins/update-plugin/downgrade-warning.tsx index 4cf38d0ab2..42348c929a 100644 --- a/web/app/components/plugins/update-plugin/downgrade-warning.tsx +++ b/web/app/components/plugins/update-plugin/downgrade-warning.tsx @@ -18,8 +18,8 @@ const DowngradeWarningModal = ({ return ( <>
-
{t(`${i18nPrefix}.title`, { ns: 'plugin' })}
-
+
{t(`${i18nPrefix}.title`, { ns: 'plugin' })}
+
{t(`${i18nPrefix}.description`, { ns: 'plugin' })}
diff --git a/web/eslint-suppressions.json b/web/eslint-suppressions.json index 0cb621822a..98d6246028 100644 --- a/web/eslint-suppressions.json +++ b/web/eslint-suppressions.json @@ -5732,27 +5732,6 @@ "count": 30 } }, - "app/components/plugins/update-plugin/downgrade-warning.tsx": { - "tailwindcss/enforce-consistent-class-order": { - "count": 2 - } - }, - "app/components/plugins/update-plugin/from-market-place.tsx": { - "no-restricted-imports": { - "count": 1 - }, - "tailwindcss/enforce-consistent-class-order": { - "count": 1 - } - }, - "app/components/plugins/update-plugin/plugin-version-picker.tsx": { - "no-restricted-imports": { - "count": 1 - }, - "tailwindcss/enforce-consistent-class-order": { - "count": 3 - } - }, "app/components/rag-pipeline/components/chunk-card-list/chunk-card.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 2