Refactored filters store configuration
This commit is contained in:
parent
7940ff84ac
commit
32168b4761
@ -52,7 +52,7 @@ export const useFiltersStore = defineStore('filters', () => {
|
||||
component: getFilters('')
|
||||
})
|
||||
|
||||
const setConfig = ({reportButton = false, type}: {reportButton?: boolean, type: string}) => {
|
||||
const setConfig = ({ reportButton = false, type }: { reportButton?: boolean, type: string }) => {
|
||||
config.value = {
|
||||
reportButton,
|
||||
type,
|
||||
|
Loading…
x
Reference in New Issue
Block a user