Allowed Filters to stay Persistent, Introduced Extra Column for ActivePhase
This commit is contained in:
@@ -1088,9 +1088,9 @@ export const useDataStore = defineStore('data', () => {
|
||||
},
|
||||
sortable: true
|
||||
},{
|
||||
key: "phase",
|
||||
key: "active_phase",
|
||||
label: "Phase",
|
||||
component: phase
|
||||
distinct:true
|
||||
},{
|
||||
key: "name",
|
||||
label: "Name",
|
||||
|
||||
Reference in New Issue
Block a user