1
0
forked from poc/pds

Added save button and calender script file

This commit is contained in:
dhanabalan
2026-02-19 11:57:51 +05:30
parent c3fa25090d
commit e6bf48055f
2 changed files with 130 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<div class="flex space-x-2 items-center">
<button
type="button"
class="inline-flex items-center px-3 py-1 bg-primary-600 text-white rounded hover:bg-primary-700"
wire:click="saveWorkingDays"
>
Save
</button>
</div>