fix: remove -1,-1 from owners request in charts, dashboards list and propertiesModal (#9989)

This commit is contained in:
ʈᵃᵢ
2020-06-04 15:31:42 -07:00
committed by GitHub
parent 543a3ca6f2
commit 619fbc9557
4 changed files with 18 additions and 17 deletions

View File

@@ -122,8 +122,6 @@ function PropertiesModal({ slice, onHide, onSave }: InternalProps) {
const loadOptions = (input = '') => {
const query = rison.encode({
filter: input,
page_index: -1,
page_size: -1,
});
return SupersetClient.get({
endpoint: `/api/v1/chart/related/owners?q=${query}`,