Skip to content

Commit

Permalink
style: set popupMatchSelectWidth to false of ProjectSelect
Browse files Browse the repository at this point in the history
  • Loading branch information
agatha197 committed Nov 28, 2024
1 parent e49d0ff commit 74c0ac3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions react/src/components/ProjectSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ const ProjectSelect: React.FC<ProjectSelectProps> = ({
onSelectProject?.(option as ProjectInfo);
}}
placeholder={t('storageHost.quotaSettings.SelectProject')}
popupMatchSelectWidth={false}
{...selectProps}
value={value}
optionFilterProp="projectName"
Expand Down

0 comments on commit 74c0ac3

Please sign in to comment.