mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 22:31:09 +03:00
Close confirm popup on cancel. Closes https://github.com/owncast/owncast/issues/1809
This commit is contained in:
parent
4ba6822b33
commit
ad2f40810c
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ export default function CodecSelector() {
|
||||||
visible={confirmPopupVisible}
|
visible={confirmPopupVisible}
|
||||||
placement="leftBottom"
|
placement="leftBottom"
|
||||||
onConfirm={save}
|
onConfirm={save}
|
||||||
|
onCancel={() => setConfirmPopupVisible(false)}
|
||||||
okText="Yes"
|
okText="Yes"
|
||||||
cancelText="No"
|
cancelText="No"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue