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 5449db3 commit d3deaa3Copy full SHA for d3deaa3
frontend/src/views/ds/DatasourceForm.vue
@@ -43,8 +43,6 @@ const excelUploadSuccess = ref(false)
43
const tableListLoading = ref(false)
44
const token = wsCache.get('user.token')
45
const request_key = computed(() => {
46
- // eslint-disable-next-line @typescript-eslint/ban-ts-comment
47
- // @ts-expect-error
48
// eslint-disable-next-line no-undef
49
return LicenseGenerator.generate()
50
})
0 commit comments