Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndsiWilliams committed Feb 1, 2023
1 parent 9fa7ccb commit fcf1546
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export default function LeftPanel({
schema_name: encodedSchema,
});

const endpoint = `/api/v1/database/${dbId}/tables/?q=${params}`;
const endpoint = `/api/v1/database/${dataset?.db?.id}/tables/?q=${params}`;
getTablesList(endpoint);
}
}, [loadTables, dataset?.db?.id, encodedSchema, getTablesList, refresh]);
Expand Down

0 comments on commit fcf1546

Please sign in to comment.