Skip to content

Commit

Permalink
update hooks for list view
Browse files Browse the repository at this point in the history
  • Loading branch information
Lily Kuang committed Dec 1, 2020
1 parent ffc9f6b commit fca0fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/views/CRUD/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export function useListViewResource<D extends object = any>(
updateState({ loading: false });
});
},
[baseFilters],
[baseFilters.length ? baseFilters : null],
);

return {
Expand Down

0 comments on commit fca0fb6

Please sign in to comment.