fix(FE): show forms, luxon dates

This commit is contained in:
Michael 2025-04-23 16:15:21 +02:00
parent 66f31f7717
commit 775b1a93ba
11 changed files with 39 additions and 36 deletions

View file

@ -61,7 +61,7 @@ const contextMenuDeleteShow = async (showInstanceId: number) => {
};
const createShow = () => {
showSelected.value = 0;
showSelected.value = null;
showCreateEditMode.value = true;
};