refs #6551 feature/WorkerTimeControl #254

Merged
alexm merged 40 commits from :feature/WorkerTimeControl into dev 2024-04-23 13:12:51 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 835174612c - Show all commits

View File

@ -64,7 +64,7 @@ const worker = computed(() => arrayData.store?.data);
const isHr = computed(() => hasAny(['hr']));
const isHimSelf = computed(() => user.value.id === route.params.id);
const isHimSelf = computed(() => user.value.id == route.params.id);
const columns = computed(() => {
return weekdayStore.getLocales?.map((day, index) => {