Skip to content

Commit cde0d4d

Browse files
Copilotadameat
andcommitted
remove internal_call parameter from table preview queries
Co-authored-by: adameat <[email protected]>
1 parent 8427272 commit cde0d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/reducers/preview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const previewApi = api.injectEndpoints({
1616
queryFn: async ({query, database, action, limitRows}: SendQueryParams, {signal}) => {
1717
try {
1818
const response = await window.api.viewer.sendQuery(
19-
{query, database, action, limit_rows: limitRows, internal_call: true},
19+
{query, database, action, limit_rows: limitRows},
2020
{signal, withRetries: true},
2121
);
2222

0 commit comments

Comments
 (0)