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:
Nicolas 2026-01-22 15:49:37 -05:00
commit a9edde23c0

View File

@ -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>