pass tagsPartialMatch query param on home screen (#6842)

pull/6850/head
Prabhat Khera 3 years ago committed by GitHub
parent 33f433ce45
commit b3e035d353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -133,6 +133,7 @@ export function EnvironmentList({ onClickItem, onRefresh }: Props) {
sort: sortByFilter,
order: sortByDescending ? 'desc' : 'asc',
edgeDeviceFilter: 'none',
tagsPartialMatch: true,
},
true
);

Loading…
Cancel
Save