Fix spurious loading bar middleware usage (#31592)
This commit is contained in:
parent
4c2534d12e
commit
e38ce3beb7
3 changed files with 15 additions and 10 deletions
|
@ -6,5 +6,4 @@ export const submitAccountNote = createDataLoadingThunk(
|
|||
({ accountId, note }: { accountId: string; note: string }) =>
|
||||
apiSubmitAccountNote(accountId, note),
|
||||
(relationship) => ({ relationship }),
|
||||
{ skipLoading: true },
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue