fix: oprava výběru preferovaného času odchodu u podniku bez načteného menu

This commit is contained in:
2026-07-07 10:02:03 +02:00
parent 791ccc1af6
commit c3a8900283
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -513,7 +513,7 @@ function App() {
}
const handleChangeDepartureTime = async (event: React.ChangeEvent<HTMLSelectElement>) => {
if (foodChoiceList?.length && choiceRef.current?.value) {
if (choiceRef.current?.value) {
await changeDepartureTime({ body: { time: event.target.value as DepartureTime, dayIndex } });
}
}
+3
View File
@@ -0,0 +1,3 @@
[
"Oprava: uložení preferovaného času odchodu i u podniku bez načteného menu"
]