mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-27 13:49:10 +02:00
add placeholder to flag link (#10435)
This commit is contained in:
parent
c73b5c7dc3
commit
58bd646db0
@ -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