mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-03 21:03:48 +00:00
Add placeholders for owners and experts fields
This commit is contained in:
parent
ed558cd371
commit
ceebabc4cc
@ -177,6 +177,11 @@ const MUITagSuggestion: FC<MUITagSuggestionProps> = ({
|
||||
}
|
||||
required={required}
|
||||
size="small"
|
||||
slotProps={{
|
||||
inputLabel: {
|
||||
shrink: true,
|
||||
},
|
||||
}}
|
||||
variant="outlined"
|
||||
/>
|
||||
)}
|
||||
|
@ -358,6 +358,11 @@ const MUIUserTeamSelect: FC<MUIUserTeamSelectProps> = ({
|
||||
placeholder={getPlaceholderText()}
|
||||
required={required}
|
||||
size="small"
|
||||
slotProps={{
|
||||
inputLabel: {
|
||||
shrink: true,
|
||||
},
|
||||
}}
|
||||
variant="outlined"
|
||||
/>
|
||||
)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user