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 8427272 commit cde0d4dCopy full SHA for cde0d4d
src/store/reducers/preview.ts
@@ -16,7 +16,7 @@ export const previewApi = api.injectEndpoints({
16
queryFn: async ({query, database, action, limitRows}: SendQueryParams, {signal}) => {
17
try {
18
const response = await window.api.viewer.sendQuery(
19
- {query, database, action, limit_rows: limitRows, internal_call: true},
+ {query, database, action, limit_rows: limitRows},
20
{signal, withRetries: true},
21
);
22
0 commit comments