Browse Source

refactor(gui-v2): remove unnecessary style tag

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/2860/head
Pranav C 2 years ago
parent
commit
5d08bf0b28
  1. 2
      packages/nc-gui-v2/components/smartsheet-toolbar/AddRow.vue
  2. 1
      packages/nc-gui-v2/components/smartsheet-toolbar/DeleteTable.vue

2
packages/nc-gui-v2/components/smartsheet-toolbar/AddRow.vue

@ -13,5 +13,3 @@ const emits = defineEmits(['addRow'])
</div>
</a-tooltip>
</template>
<style scoped></style>

1
packages/nc-gui-v2/components/smartsheet-toolbar/DeleteTable.vue

@ -18,4 +18,3 @@ const { deleteTable } = useDeleteTable()
</a-tooltip>
</template>
<style scoped></style>

Loading…
Cancel
Save