Set initialValue for welcome mesage. Closes https://github.com/owncast/owncast/issues/1236

This commit is contained in:
Gabe Kangas 2021-07-21 11:26:19 -07:00
parent 3b98bc01c2
commit 4a5badcd1f

View file

@ -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>