Skip to content

Commit

Permalink
display disposition errors with error modal
Browse files Browse the repository at this point in the history
  • Loading branch information
devinleighsmith committed Mar 9, 2024
1 parent 627081d commit fb665ce
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ export const UpdateDispositionContainer = React.forwardRef<
break;
default: {
setModalContent({
variant: 'warning',
title: 'Warning',
variant: 'error',
title: 'Error',
message: axiosError?.response?.data.error,
okButtonText: 'Close',
});
Expand Down

0 comments on commit fb665ce

Please sign in to comment.