1
0
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:
Tymoteusz Czech 2025-07-29 17:50:33 +02:00
parent 7830fbb75f
commit 970bec1107
No known key found for this signature in database
GPG Key ID: 133555230D88D75F

View File

@ -101,6 +101,7 @@ const LinkDialogue: FC<ILinkDialogueProps> = ({
<Box>
<StyledTextField
label='Link'
placeholder='https://'
variant='outlined'
value={url}
onChange={(e) => setUrl(e.target.value)}