fixed #50, added default action input to defaultDayComponent
All checks were successful
Tests / Run Go Tests (push) Successful in 22s
All checks were successful
Tests / Run Go Tests (push) Successful in 22s
This commit is contained in:
@@ -149,6 +149,7 @@ templ defaultDayComponent(day models.IWorkDay) {
|
||||
}}
|
||||
@absenceComponent(absentDay, false)
|
||||
}
|
||||
<input type="hidden" name="action" value="change"/> <!-- default action value for ändern button -->
|
||||
</form>
|
||||
</div>
|
||||
<div class="grid-cell flex flex-row gap-2 items-end">
|
||||
|
||||
Reference in New Issue
Block a user