Skip to content

Commit

Permalink
Show weekdays for onboarding
Browse files Browse the repository at this point in the history
The if is not needed anymore, because there are not switches like in the
4.x version

closes #4629
  • Loading branch information
derTobsch committed Apr 29, 2024
1 parent cae99af commit e7e98f1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@ <h1 th:text="#{settings.header.title}" class="tw-sr-only"></h1>
<th:block th:replace="~{settings/fragments::tab-navigation(activeElement='working-time')}" />

<div id="publicHolidays" class="tw-mt-6">
<div th:if="${defaultWorkingTimeFromSettings}" class="form-section tw-mb-8">
<div class="form-section tw-mb-8">
<div th:replace="~{settings/public-holidays/default-workingtime::section}"></div>
<th:block th:replace="~{settings/fragments::save-button}" />
</div>
Expand Down

0 comments on commit e7e98f1

Please sign in to comment.