From 678eee74288054890efd9abf796ac20513c771c6 Mon Sep 17 00:00:00 2001 From: ulleo Date: Tue, 11 Nov 2025 12:05:29 +0800 Subject: [PATCH] feat: Advanced Application support to use SQL Examples --- frontend/src/views/system/training/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/system/training/index.vue b/frontend/src/views/system/training/index.vue index 9038b4c9..c48f9054 100644 --- a/frontend/src/views/system/training/index.vue +++ b/frontend/src/views/system/training/index.vue @@ -14,7 +14,7 @@ import EmptyBackground from '@/views/dashboard/common/EmptyBackground.vue' import { useClipboard } from '@vueuse/core' import { useUserStore } from '@/stores/user' import { useI18n } from 'vue-i18n' -import { cloneDeep, forEach } from 'lodash-es' +import { cloneDeep } from 'lodash-es' import { getAdvancedApplicationList } from '@/api/embedded.ts' interface Form {