Skip to content

Commit

Permalink
Merge branch 'main' into astandrik.enable-autorefresh-for-paginated-t…
Browse files Browse the repository at this point in the history
…ables-1070-2
  • Loading branch information
astandrik authored Aug 16, 2024
2 parents d991f61 + 0580adc commit f150a71
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@gravity-ui/websql-autocomplete": "^9.1.0",
"@reduxjs/toolkit": "^2.2.3",
"@tanstack/react-table": "^8.19.3",
"axios": "^1.7.2",
"axios-retry": "^4.4.0",
"axios": "^1.7.3",
"axios-retry": "^4.4.2",
"colord": "^2.9.3",
"copy-to-clipboard": "^3.3.3",
"crc-32": "^1.2.2",
Expand Down
3 changes: 2 additions & 1 deletion src/services/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -465,10 +465,11 @@ export class YdbEmbeddedAPI extends AxiosWrapper {
// FIXME: after backend fix
const {schema, ...rest} = params;

// FIXME: base64 is passed both to params and body to work on versions before and after 24-3
return this.post<QueryAPIResponse<Action, Schema> | ErrorResponse>(
this.getPath('/viewer/json/query'),
{...rest, base64},
{schema},
{schema, base64},
{
concurrentId,
timeout: params.timeout,
Expand Down

0 comments on commit f150a71

Please sign in to comment.