Browse Source

chore(gui-v2): use empty arr for selected items in bottom menu

pull/2837/head
braks 2 years ago
parent
commit
65c2eb69a0
  1. 2
      packages/nc-gui-v2/components/smartsheet/sidebar/MenuBottom.vue

2
packages/nc-gui-v2/components/smartsheet/sidebar/MenuBottom.vue

@ -29,7 +29,7 @@ function onOpenModal(type: ViewTypes, title = '') {
</script>
<template>
<a-menu class="flex-1 flex flex-col">
<a-menu :selected-keys="[]" class="flex-1 flex flex-col">
<a-divider class="my-2" />
<h3 class="px-3 text-xs font-semibold flex items-center gap-4">

Loading…
Cancel
Save