Browse Source

feat(gui-v2): include DebugMeta

pull/3157/head
Wing-Kam Wong 2 years ago
parent
commit
cdb085376f
  1. 6
      packages/nc-gui-v2/components/smartsheet/sidebar/toolbar/index.vue

6
packages/nc-gui-v2/components/smartsheet/sidebar/toolbar/index.vue

@ -4,6 +4,7 @@ import LockMenu from './LockMenu.vue'
import Reload from './Reload.vue' import Reload from './Reload.vue'
import ExportCache from './ExportCache.vue' import ExportCache from './ExportCache.vue'
import DeleteCache from './DeleteCache.vue' import DeleteCache from './DeleteCache.vue'
import DebugMeta from './DebugMeta.vue'
const { isUIAllowed } = useUIPermission() const { isUIAllowed } = useUIPermission()
@ -33,8 +34,9 @@ const clickCount = $ref(0)
<div class="dot" /> <div class="dot" />
<!-- TODO: --> <DebugMeta />
<!-- <debug-metas v-if="debug" class="mr-3" /> -->
<div class="dot" />
</template> </template>
<LockMenu v-if="isUIAllowed('view-type')" /> <LockMenu v-if="isUIAllowed('view-type')" />

Loading…
Cancel
Save