Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(docker/containers): limit items on volume selector [EE-7077] #11845

Merged
merged 3 commits into from
May 23, 2024

Conversation

chiptus
Copy link
Contributor

@chiptus chiptus commented May 20, 2024

fix EE-7077

this PR will make apply to any selector with more than 1000 items

fix [EE-7077]

this PR will make apply to any selector with more than 1000 items
Comment on lines 73 to 85
return (
<TooManyResultsSelector
// eslint-disable-next-line react/jsx-props-no-spreading
{...props}
options={options}
size={size}
/>
);
}

return (
<Component
options={options}
Copy link
Member

@xAt0mZ xAt0mZ May 20, 2024

Choose a reason for hiding this comment

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

Remove duplicate options={options} (already exist in props) and LGTM

@chiptus chiptus merged commit 50fd7c6 into develop May 23, 2024
18 checks passed
@chiptus chiptus deleted the fix/EE-7077/volume-selector-load-issues branch May 23, 2024 10:15
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.

None yet

2 participants