actually close it
This commit is contained in:
parent
ab138ab052
commit
85338949ac
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ export function LoadShowDialogue({ close }: { close: () => any }) {
|
||||||
sendBAPSicleChannel({
|
sendBAPSicleChannel({
|
||||||
command: "CLEAR",
|
command: "CLEAR",
|
||||||
});
|
});
|
||||||
|
close();
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<FaTrashAlt size={15} /> Clear All Channels
|
<FaTrashAlt size={15} /> Clear All Channels
|
||||||
|
|
Loading…
Reference in a new issue