🩹(frontend) fix missing notification when state is clear
Notify iframe's parent while integrating Visio when state is cleared. Requested by Eleonore.
This commit is contained in:
committed by
aleb_the_flash
parent
66f307b7e8
commit
6324be9fd3
@@ -21,7 +21,10 @@ function App() {
|
||||
</div>
|
||||
<div className="group">
|
||||
<label>Visioconference</label>
|
||||
<VisioCreateButton onRoomCreated={(data) => setRoomUrl(data.url)} />
|
||||
<VisioCreateButton
|
||||
onRoomCreated={(data) => setRoomUrl(data.url)}
|
||||
onClear={() => setRoomUrl("")}
|
||||
/>
|
||||
</div>
|
||||
<div className="group">
|
||||
<label>Description</label>
|
||||
|
||||
Reference in New Issue
Block a user