fix(dashboard): order charts by changed_on (#11594)

This commit is contained in:
ʈᵃᵢ 2020-11-06 11:02:03 -08:00 committed by GitHub
parent bd79bd2a54
commit 79a6e9b0d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ export function fetchAllSlices(userId) {
],
filters: [{ col: 'owners', opr: 'rel_m_m', value: userId }],
page_size: FETCH_SLICES_PAGE_SIZE,
order_column: 'changed_on_delta_humanized',
order_direction: 'desc',
})}`,
})
.then(({ json }) => {