From b3e035d3537edcb3333b551d3b63bdc9de192a43 Mon Sep 17 00:00:00 2001 From: Prabhat Khera <91852476+prabhat-org@users.noreply.github.com> Date: Wed, 27 Apr 2022 17:27:35 +1200 Subject: [PATCH] pass tagsPartialMatch query param on home screen (#6842) --- app/portainer/home/EnvironmentList/EnvironmentList.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/portainer/home/EnvironmentList/EnvironmentList.tsx b/app/portainer/home/EnvironmentList/EnvironmentList.tsx index f95b1e628..8a66037c9 100644 --- a/app/portainer/home/EnvironmentList/EnvironmentList.tsx +++ b/app/portainer/home/EnvironmentList/EnvironmentList.tsx @@ -133,6 +133,7 @@ export function EnvironmentList({ onClickItem, onRefresh }: Props) { sort: sortByFilter, order: sortByDescending ? 'desc' : 'asc', edgeDeviceFilter: 'none', + tagsPartialMatch: true, }, true );