actually close it

This commit is contained in:
Michael Grace 2021-05-26 20:17:59 +01:00
parent ab138ab052
commit 85338949ac

View file

@ -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