Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we use the SelectionList instead? As we do in the PriorityModePage?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SelectionList under the hood uses the same component as I did. SelectionList is a wrap that provides search input and other functionalities. So, the theme switching or style changes will also apply to it.

/>
)),
[statusType, updateMode],
Expand Down