mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-04 13:26:30 +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}
|
required={required}
|
||||||
size="small"
|
size="small"
|
||||||
|
slotProps={{
|
||||||
|
inputLabel: {
|
||||||
|
shrink: true,
|
||||||
|
},
|
||||||
|
}}
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
@ -358,6 +358,11 @@ const MUIUserTeamSelect: FC<MUIUserTeamSelectProps> = ({
|
|||||||
placeholder={getPlaceholderText()}
|
placeholder={getPlaceholderText()}
|
||||||
required={required}
|
required={required}
|
||||||
size="small"
|
size="small"
|
||||||
|
slotProps={{
|
||||||
|
inputLabel: {
|
||||||
|
shrink: true,
|
||||||
|
},
|
||||||
|
}}
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user