Skip to content

Commit 89a93a2

Browse files
committed
feat: Advanced Application support to use SQL Examples
1 parent a57ea81 commit 89a93a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/system/training/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import EmptyBackground from '@/views/dashboard/common/EmptyBackground.vue'
1414
import { useClipboard } from '@vueuse/core'
1515
import { useUserStore } from '@/stores/user'
1616
import { useI18n } from 'vue-i18n'
17-
import { cloneDeep, forEach } from 'lodash-es'
17+
import { cloneDeep } from 'lodash-es'
1818
import { getAdvancedApplicationList } from '@/api/embedded.ts'
1919
2020
interface Form {

0 commit comments

Comments
 (0)