506: Review changes.

This commit is contained in:
Hannelore Meier
2024-10-02 15:29:29 +02:00
parent dddb095463
commit 79b268fe4c
7 changed files with 22 additions and 14 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ export const advanceNoticeDaysObservable = Observable()
setObvWithInitValue(
'advanceNoticeDays',
advanceNoticeDaysObservable,
parseInt(ADVANCE_PERIOD_NOTICE_DAYS_INIT_VALUE, 10)
parseInt(ADVANCE_PERIOD_NOTICE_DAYS_INIT_VALUE)
)
export async function saveAdvanceNoticeDays(days) {