mirror of
https://github.com/apache/superset.git
synced 2026-04-24 10:35:01 +00:00
fix: remove unnecessary redirect (#25679)
This commit is contained in:
@@ -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] }) => ({
|
||||
|
||||
Reference in New Issue
Block a user