fix(notdienst): resolve timezone offset mismatch in plan generation and fix linter warning in calendar modal
This commit is contained in:
@@ -70,6 +70,7 @@ export function AdminTerminModal({
|
||||
useEffect(() => {
|
||||
if (open) {
|
||||
if (existingTermin) {
|
||||
// eslint-disable-next-line react-hooks/set-state-in-effect
|
||||
setFormState({
|
||||
title: existingTermin.title,
|
||||
description: existingTermin.description || "",
|
||||
|
||||
Reference in New Issue
Block a user