Add placeholders for owners and experts fields

This commit is contained in:
Ushran Gouhar 2025-09-24 13:09:36 +05:30
parent ed558cd371
commit ceebabc4cc
2 changed files with 10 additions and 0 deletions

View File

@ -177,6 +177,11 @@ const MUITagSuggestion: FC<MUITagSuggestionProps> = ({
}
required={required}
size="small"
slotProps={{
inputLabel: {
shrink: true,
},
}}
variant="outlined"
/>
)}

View File

@ -358,6 +358,11 @@ const MUIUserTeamSelect: FC<MUIUserTeamSelectProps> = ({
placeholder={getPlaceholderText()}
required={required}
size="small"
slotProps={{
inputLabel: {
shrink: true,
},
}}
variant="outlined"
/>
)}