Skip to content

Commit

Permalink
Fix edit when no phases exists
Browse files Browse the repository at this point in the history
  • Loading branch information
malte-laukoetter committed Dec 14, 2023
1 parent bd6626e commit 6b9e7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/EntryForm/TimeEntryForm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
}
}
let phases;
let phases = [];
onMount(async () => {
const phaseNames = await pollPhaseNames(position.id, position.subproject);
Expand Down

0 comments on commit 6b9e7c5

Please sign in to comment.