Close edit UI

This commit is contained in:
Kieran 2023-06-25 23:34:43 +01:00
parent 602b4c5d0d
commit 2afda47b0c
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -114,7 +114,7 @@ export function StreamPage() {
<Modal onClose={() => setEdit(false)}>
<NewStream
ev={thisEvent.data}
onFinish={() => { }}
onFinish={() => setEdit(false)}
/>
</Modal>
)}