mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 14:20:54 +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}
|
||||
placement="leftBottom"
|
||||
onConfirm={save}
|
||||
onCancel={() => setConfirmPopupVisible(false)}
|
||||
okText="Yes"
|
||||
cancelText="No"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue