Merge pull request 'fix(timesheet): fix issue in mobile version where shift type selector doesn't respond to touch' (#61) from dev/nicolas/staging-prep into main
Reviewed-on: Targo/targo_frontend#61
This commit is contained in:
commit
a9edde23c0
|
|
@ -211,7 +211,10 @@
|
|||
</template>
|
||||
|
||||
<template #option="scope">
|
||||
<q-item>
|
||||
<q-item
|
||||
clickable
|
||||
v-bind="scope.itemProps"
|
||||
>
|
||||
<q-item-section avatar>
|
||||
<q-icon :name="scope.opt.icon" />
|
||||
</q-item-section>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user