fix(timesheet): fix issue in mobile version where shift type selector doesn't respond to touch

This commit is contained in:
Nic D 2026-01-22 15:48:56 -05:00
parent c20fbe4282
commit d65113dd38

View File

@ -211,7 +211,10 @@
</template> </template>
<template #option="scope"> <template #option="scope">
<q-item> <q-item
clickable
v-bind="scope.itemProps"
>
<q-item-section avatar> <q-item-section avatar>
<q-icon :name="scope.opt.icon" /> <q-icon :name="scope.opt.icon" />
</q-item-section> </q-item-section>