1
0
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:
Tymoteusz Czech 2025-07-30 12:14:13 +02:00 committed by GitHub
parent c73b5c7dc3
commit 58bd646db0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)}