fix(home): clear all filters [EE-3912] (#7465)

pull/7467/head
Chaim Lev-Ari 2022-08-12 02:00:33 +03:00 committed by GitHub
parent ee1ee633d7
commit c981e6ff7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -46,10 +46,11 @@
}
.clear-button {
display: inline-block;
white-space: nowrap;
border: 0px;
padding: 10px;
height: 60px;
padding: 5px 10px;
background: transparent;
}

View File

@ -454,6 +454,8 @@ export function EnvironmentList({ onClickItem, onRefresh }: Props) {
setTagFilter([]);
setGroupState([]);
setGroupFilter([]);
setAgentVersions([]);
setConnectionTypes([]);
}
function sortOnchange(filterOptions: Filter) {