mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix: remove -1,-1 from owners request in charts, dashboards list and propertiesModal (#9989)
This commit is contained in:
@@ -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}`,
|
||||
|
||||
Reference in New Issue
Block a user