Some Changes in TimeTracking and boosting Mobile View
This commit is contained in:
@@ -11,6 +11,9 @@ export const useDataStore = defineStore('data', {
|
||||
ownTenant: {
|
||||
calendarConfig: {
|
||||
eventTypes: [] as any[]
|
||||
},
|
||||
timeConfig: {
|
||||
timeTypes: [] as any[]
|
||||
}
|
||||
},
|
||||
profiles: [] as any[],
|
||||
@@ -150,6 +153,7 @@ export const useDataStore = defineStore('data', {
|
||||
}),
|
||||
]
|
||||
},
|
||||
getEventTypes: (state) => state.ownTenant.calendarConfig.eventTypes
|
||||
getEventTypes: (state) => state.ownTenant.calendarConfig.eventTypes,
|
||||
getTimeTypes: (state) => state.ownTenant.timeConfig.timeTypes
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user