Skip to content

Commit

Permalink
RANGER-4295: Addendum change for Option require to clear all filter a…
Browse files Browse the repository at this point in the history
…t once for resource policy side bars

Signed-off-by: Dineshkumar Yadav <[email protected]>
  • Loading branch information
Brijesh619 authored and dineshkumar-yadav committed Jul 10, 2023
1 parent ad76254 commit 593d15a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2477,7 +2477,7 @@ li.list-group-item:hover {
margin-top: 5px;
margin-bottom: 5px;
}
.custom-nav-search [class$="-IndicatorsContainer"] {
.custom-nav-search [class$="-indicatorContainer"] {
visibility: hidden;
}
/* Access Audit Tags */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ export const SideBarBody = (props) => {
IndicatorSeparator: () => null
}}
/>
{selectedServiceDef?.length > 0 && (
{selectedServiceDef?.length > 0 && !loader && (
<button
className={`custom-clear-btn ${loader ? "not-allowed" : ""}`}
disabled={loader ? true : false}
Expand Down

0 comments on commit 593d15a

Please sign in to comment.