Skip to content

Commit

Permalink
Disable save button when saving your schedule.
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn committed Sep 18, 2024
1 parent 549c48b commit d71ecef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/ScheduleCreation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ watch(
<primary-button
class="btn-save w-1/2"
@click="saveSchedule(!existing)"
:disabled="!scheduleInput.active"
:disabled="!scheduleInput.active || savingInProgress"
>
{{ t('label.save') }}
</primary-button>
Expand Down

0 comments on commit d71ecef

Please sign in to comment.