1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-03 21:05:23 +02:00

pass tagsPartialMatch query param on home screen (#6842)

This commit is contained in:
Prabhat Khera 2022-04-27 17:27:35 +12:00 committed by GitHub
parent 33f433ce45
commit b3e035d353
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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