Browse Source

chore(nc-gui): remove log

pull/3669/head
braks 2 years ago committed by Raju Udava
parent
commit
79589fe8bf
  1. 1
      packages/nc-gui/pages/[projectType]/form/[viewId]/index.vue

1
packages/nc-gui/pages/[projectType]/form/[viewId]/index.vue

@ -13,7 +13,6 @@ watch(
if (nextTheme) {
const theme = (nextTheme as string).split(',').map((t) => t.trim() && `#${t}`)
console.log(theme)
setTheme({
primaryColor: theme[0],
accentColor: theme[1],

Loading…
Cancel
Save