fixed weird behavior
This commit is contained in:
@@ -49,7 +49,7 @@ export const settingsEmployeesIndex = defineStore({
|
|||||||
settings: [
|
settings: [
|
||||||
{
|
{
|
||||||
key: "employees-index-columns-selected",
|
key: "employees-index-columns-selected",
|
||||||
value: JSON.stringify(this.columnsSelected)
|
value: this.columnsSelected
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user