We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57ea81 commit 89a93a2Copy full SHA for 89a93a2
frontend/src/views/system/training/index.vue
@@ -14,7 +14,7 @@ import EmptyBackground from '@/views/dashboard/common/EmptyBackground.vue'
14
import { useClipboard } from '@vueuse/core'
15
import { useUserStore } from '@/stores/user'
16
import { useI18n } from 'vue-i18n'
17
-import { cloneDeep, forEach } from 'lodash-es'
+import { cloneDeep } from 'lodash-es'
18
import { getAdvancedApplicationList } from '@/api/embedded.ts'
19
20
interface Form {
0 commit comments