Skip to content

Commit

Permalink
🩹 fix(ConsultationEditor): Fix in-book number loading state.
Browse files Browse the repository at this point in the history
Reset in-book number loading state when disabled.
  • Loading branch information
make-github-pseudonymous-again committed Jan 1, 2025
1 parent 359eb6d commit be37d3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imports/ui/consultations/ConsultationEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ const reducer = (state: State, action: Action) => {
inBookNumberString: '',
inBookNumberError: false,
inBookNumberDisabled: true,
loadingInBookNumber: false,
syncInBookNumber: false,
dirty: state.dirty || state.inBookNumberString !== '',
};
Expand Down

0 comments on commit be37d3b

Please sign in to comment.