mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Add ID to name change button
This commit is contained in:
parent
b9af156b5e
commit
dab83505a8
@ -57,7 +57,12 @@ export const NameChangeModal: FC = () => {
|
||||
const colorOptions = [...Array(maxColor)].map((e, i) => i);
|
||||
|
||||
const saveButton = (
|
||||
<Button type="primary" onClick={handleNameChange} disabled={!saveEnabled()}>
|
||||
<Button
|
||||
type="primary"
|
||||
id="name-change-submit"
|
||||
onClick={handleNameChange}
|
||||
disabled={!saveEnabled()}
|
||||
>
|
||||
Change name
|
||||
</Button>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user