mirror of
https://github.com/nextcloud/server.git
synced 2026-02-23 18:05:02 -05:00
fix(files): multiselect and filters store declaration
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
parent
c23cdf609c
commit
d81e6ebdaf
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import { getFileListFilters } from '@nextcloud/files'
|
|||
import { defineStore } from 'pinia'
|
||||
import logger from '../logger'
|
||||
|
||||
export const useFiltersStore = defineStore('keyboard', {
|
||||
export const useFiltersStore = defineStore('filters', {
|
||||
state: () => ({
|
||||
chips: {} as Record<string, IFileListFilterChip[]>,
|
||||
filters: [] as IFileListFilter[],
|
||||
|
|
|
|||
Loading…
Reference in a new issue