fix: prevent updating booked services unless mutable

This commit is contained in:
Björn Fromme
2025-03-24 17:11:37 +01:00
parent c8d8c62ff8
commit 7bcda3e6f8
3 changed files with 38 additions and 31 deletions
+3 -3
View File
@@ -21,7 +21,7 @@ label.required:after {
@apply border-red-500;
}
input[disabled],
input[readonly] {
@apply cursor-not-allowed;
input[readonly],
select[readonly] {
@apply pointer-events-none;
}