Skip to content

Conversation

Hubert-Szczepanski-SAP
Copy link
Contributor

What this PR does / why we need it:

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:

@Hubert-Szczepanski-SAP Hubert-Szczepanski-SAP force-pushed the feature/status-filter-column branch from f13e2d8 to 62978c5 Compare June 17, 2025 08:41
lucasgoral
lucasgoral previously approved these changes Jun 17, 2025
column.setFilter(val === 'all' ? undefined : val);
};

const renderOption = ({
Copy link
Contributor

@andreaskienle andreaskienle Jun 17, 2025

Choose a reason for hiding this comment

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

This is a component defined inside another component, isn’t it? That’s usually not recommended in React. Consider moving it outside the component. That said, if we really need access to the parent’s props or state and the component is pretty small, it’s usually fine. Just a heads-up

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Pushed changes

lucasgoral
lucasgoral previously approved these changes Jun 17, 2025
@Hubert-Szczepanski-SAP Hubert-Szczepanski-SAP merged commit 14e6dd3 into main Jun 17, 2025
5 checks passed
@Hubert-Szczepanski-SAP Hubert-Szczepanski-SAP deleted the feature/status-filter-column branch June 17, 2025 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants