Skip to content

Commit

Permalink
Fetch if we haven't fetched before
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn committed May 8, 2024
1 parent a8f361b commit 1d3b8d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/components/ScheduleCreation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,9 @@ const scheduleInput = ref({ ...defaultSchedule });
const referenceSchedule = ref({ ...defaultSchedule });
onMounted(() => {
// Retrieve the current external connections
externalConnectionStore.fetch(call);
if (props.schedule) {
scheduleInput.value = { ...props.schedule };
// calculate utc back to user timezone
Expand Down

0 comments on commit 1d3b8d3

Please sign in to comment.