Browse Source

fix : taking out delete table from top right. Can be confusing with add row along with it.

pull/3082/head
Naveen MR 2 years ago
parent
commit
e5b72f3707
  1. 4
      packages/nc-gui-v2/components/smartsheet/sidebar/toolbar/index.vue

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

@ -19,10 +19,6 @@ import Reload from './Reload.vue'
<AddRow />
<div class="dot" />
<DeleteTable />
<slot name="end" />
</div>
</template>

Loading…
Cancel
Save