Skip to content

Commit

Permalink
fix: hide "loading" even if an API error occurred
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Apr 1, 2020
1 parent b54d72c commit bf73b1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app-admin/src/contexts/Crud/CrudContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ export const CrudProvider = ({ children, ...props }: CrudProviderProps) => {
title: t`Something unexpected happened`
});
}
setMutationInProgress(false);
return;
}

Expand Down

0 comments on commit bf73b1a

Please sign in to comment.