mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
Set initialValue for welcome mesage. Closes https://github.com/owncast/owncast/issues/1236
This commit is contained in:
parent
3b98bc01c2
commit
4a5badcd1f
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ export default function ConfigChat() {
|
|||
{...TEXTFIELD_PROPS_SERVER_WELCOME_MESSAGE}
|
||||
type={TEXTFIELD_TYPE_TEXTAREA}
|
||||
value={formDataValues.welcomeMessage}
|
||||
initialValue={welcomeMessage}
|
||||
onChange={handleFieldChange}
|
||||
/>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue