Skip to content

Commit

Permalink
add focus effect
Browse files Browse the repository at this point in the history
  • Loading branch information
perunt committed Dec 20, 2023
1 parent c09a3fe commit 3e6c72d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ function StatusClearAfterPage({currentUserPersonalDetails, customStatus}) {
key={`${index}+${item.value}`}
onSelectRow={() => updateMode(item)}
showTooltip={false}
isFocused={item.isSelected}
/>
)),
[statusType, updateMode],
Expand Down

0 comments on commit 3e6c72d

Please sign in to comment.