diff --git a/packages/nc-gui/components/cell/SingleSelect.vue b/packages/nc-gui/components/cell/SingleSelect.vue index 60c6387fba..521b1e3657 100644 --- a/packages/nc-gui/components/cell/SingleSelect.vue +++ b/packages/nc-gui/components/cell/SingleSelect.vue @@ -257,4 +257,4 @@ const toggleMenu = (e: Event) => { :deep(.ant-select-clear) { opacity: 1; } - \ No newline at end of file + diff --git a/packages/nc-gui/nuxt.config.ts b/packages/nc-gui/nuxt.config.ts index 6f9e7ecb82..e8ee592be4 100644 --- a/packages/nc-gui/nuxt.config.ts +++ b/packages/nc-gui/nuxt.config.ts @@ -139,8 +139,8 @@ export default defineNuxtConfig({ }), monacoEditorPlugin({ languageWorkers: ['json'], - customDistPath: (root: string, buildOutDir: string, base: string) => { - return buildOutDir + '/' + 'monacoeditorwork' + customDistPath: (root: string, buildOutDir: string) => { + return `${buildOutDir}/` + `monacoeditorwork` }, }), PurgeIcons({