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.
2 parents 387076a + 0d12871 commit ab2a1d1Copy full SHA for ab2a1d1
frontend/src/style.less
@@ -194,6 +194,10 @@ body {
194
display: block !important;
195
}
196
197
+em {
198
+ font-synthesis: style weight !important;
199
+}
200
+
201
strong {
202
font-synthesis: style weight !important;
203
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