mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-13 13:48:59 +02:00
add placeholder to link input field in LinkDialogue
This commit is contained in:
parent
7830fbb75f
commit
970bec1107
@ -101,6 +101,7 @@ const LinkDialogue: FC<ILinkDialogueProps> = ({
|
||||
<Box>
|
||||
<StyledTextField
|
||||
label='Link'
|
||||
placeholder='https://'
|
||||
variant='outlined'
|
||||
value={url}
|
||||
onChange={(e) => setUrl(e.target.value)}
|
||||
|
Loading…
Reference in New Issue
Block a user