Skip to content

Commit

Permalink
chore: removed Column Settings label
Browse files Browse the repository at this point in the history
  • Loading branch information
shariquerik committed Jan 12, 2024
1 parent 3a042b2 commit 112e92e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions frontend/src/components/ColumnSettings.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<template>
<NestedPopover>
<template #target>
<Button label="Column Settings">
<template #prefix>
<SettingsIcon class="h-4" />
</template>
<Button>
<SettingsIcon class="h-4" />
</Button>
</template>
<template #body="{ close }">
Expand Down

0 comments on commit 112e92e

Please sign in to comment.