Skip to content

Commit

Permalink
perf(api): improve API info performance (#11346)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Oct 22, 2020
1 parent 6c5da18 commit 85e28dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/views/CRUD/hooks.ts
Expand Up @@ -57,7 +57,7 @@ export function useListViewResource<D extends object = any>(

useEffect(() => {
SupersetClient.get({
endpoint: `/api/v1/${resource}/_info`,
endpoint: `/api/v1/${resource}/_info?q=(keys:!(permissions))`,
}).then(
({ json: infoJson = {} }) => {
updateState({
Expand Down

0 comments on commit 85e28dd

Please sign in to comment.