Skip to content

Commit

Permalink
revert changes in ScheduleException
Browse files Browse the repository at this point in the history
  • Loading branch information
rajku-dev committed Jan 10, 2025
2 parents 1282374 + 86eba9b commit b59e80a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/Schedule/ScheduleExceptionForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,7 @@ export default function ScheduleExceptionForm({ user, onRefresh }: Props) {
Cancel
</Button>
</SheetClose>
<Button
variant="primary"
type="submit"
disabled={isPending || !form.formState.isDirty}
>
<Button variant="primary" type="submit" disabled={isPending}>
Confirm Unavailability
</Button>
</SheetFooter>
Expand Down

0 comments on commit b59e80a

Please sign in to comment.