fix: renamed view settings button to column settings
This commit is contained in:
parent
c53a1472c1
commit
c46c5d3736
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<NestedPopover>
|
||||
<template #target>
|
||||
<Button label="View Settings">
|
||||
<Button label="Column Settings">
|
||||
<template #prefix>
|
||||
<SettingsIcon class="h-4" />
|
||||
</template>
|
||||
@ -33,7 +33,7 @@
|
||||
@update="updateFilter"
|
||||
/>
|
||||
<SortBy v-model="list" :doctype="doctype" @update="updateSort" />
|
||||
<ViewSettings
|
||||
<ColumnSettings
|
||||
v-model="list"
|
||||
:doctype="doctype"
|
||||
@update="(isDefault) => updateColumns(isDefault)"
|
||||
@ -71,7 +71,7 @@ import UnpinIcon from '@/components/Icons/UnpinIcon.vue'
|
||||
import ViewModal from '@/components/Modals/ViewModal.vue'
|
||||
import SortBy from '@/components/SortBy.vue'
|
||||
import Filter from '@/components/Filter.vue'
|
||||
import ViewSettings from '@/components/ViewSettings.vue'
|
||||
import ColumnSettings from '@/components/ColumnSettings.vue'
|
||||
import { globalStore } from '@/stores/global'
|
||||
import { viewsStore } from '@/stores/views'
|
||||
import { useDebounceFn } from '@vueuse/core'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user