fix: remove unnecessary redirect (#25679)

This commit is contained in:
Igor Khrol
2023-10-19 21:03:44 +03:00
committed by GitHub
parent 07796b7528
commit da42bf2dbb
3 changed files with 3 additions and 3 deletions

View File

@@ -253,7 +253,7 @@ export const SaveDatasetModal = ({
});
return SupersetClient.get({
endpoint: `/api/v1/dataset?q=${queryParams}`,
endpoint: `/api/v1/dataset/?q=${queryParams}`,
}).then(response => ({
data: response.json.result.map(
(r: { table_name: string; id: number; owners: [DatasetOwner] }) => ({