Fix missing metadata. (#20684)

This commit is contained in:
Cody Leff 2022-07-20 06:31:21 -04:00 committed by GitHub
parent bb5b8e4c4f
commit 5ed85f59a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -75,10 +75,7 @@ export function fetchSlices(
'url',
'viz_type',
],
filters: [
{ col: 'owners', opr: 'rel_m_m', value: userId },
...additional_filters,
],
filters: [...additional_filters],
page_size: FETCH_SLICES_PAGE_SIZE,
order_column:
sortColumn === 'changed_on' ? 'changed_on_delta_humanized' : sortColumn,