Skip to content

Commit

Permalink
View Users: clear options button behavior (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
chandra-tacc authored Nov 8, 2024
1 parent afbbd57 commit 48fdea6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const ViewUsers: React.FC = () => {
</option>
))}
</select>
{userData?.selected_status || userData?.selected_org ? (
{status !== 'All' || org !== 'All' ? (
<Button onClick={clearSelections}>Clear Options</Button>
) : null}
</div>
Expand Down

0 comments on commit 48fdea6

Please sign in to comment.