We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f445f commit c009e54Copy full SHA for c009e54
src/store/reducers/overview/overview.ts
@@ -12,7 +12,7 @@ export const overviewApi = api.injectEndpoints({
12
path: p,
13
database,
14
},
15
- {signal, concurrentId: 'overview'},
+ {signal},
16
),
17
18
);
0 commit comments