Update GET_PLAN to GETPLAN for BAPSicle.

This commit is contained in:
Matthew Stratford 2021-09-03 21:44:11 +01:00
parent 610e70008a
commit bead964ebf

View file

@ -74,7 +74,7 @@ export function LoadShowDialogue({ close }: { close: () => any }) {
className="btn btn-outline-primary float-right"
onClick={() => {
sendBAPSicleChannel({
command: "GET_PLAN",
command: "GETPLAN",
timeslotId: item.timeslot_id,
});
}}