mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 00:08:46 +00:00
Fix spurious loading bar middleware usage (#31592)
This commit is contained in:
@@ -6,5 +6,4 @@ export const submitAccountNote = createDataLoadingThunk(
|
||||
({ accountId, note }: { accountId: string; note: string }) =>
|
||||
apiSubmitAccountNote(accountId, note),
|
||||
(relationship) => ({ relationship }),
|
||||
{ skipLoading: true },
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user