Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m59s

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-06-23 15:57:42 +07:00
commit 26d00e58d5

View file

@ -420,8 +420,8 @@ function handleDeleteNotification() {
hideLoader(); hideLoader();
} }
}, },
"ยืนยันการลบข้อมูล", "ยืนยันการล้างการแจ้งเตือนทั้งหมด",
"ต้องการยืนยันการลบรายการแจ้งเตือนทั้งหมดใช่หรือไม่?", "ต้องการยืนยันการล้างการแจ้งเตือนทั้งหมดทั้งหมดใช่หรือไม่?",
); );
} }
@ -535,11 +535,11 @@ onUnmounted(() => {
flat flat
dense dense
round round
color="red" color="grey-7"
icon="delete" icon="mdi-trash-can-outline"
@click.stop.prevent="handleDeleteNotification" @click.stop.prevent="handleDeleteNotification"
> >
<q-tooltip>การแจงเตอนทงหมด</q-tooltip> <q-tooltip>างการแจงเตอนทงหมด</q-tooltip>
</q-btn> </q-btn>
</div> </div>