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" className="btn btn-outline-primary float-right"
onClick={() => { onClick={() => {
sendBAPSicleChannel({ sendBAPSicleChannel({
command: "GET_PLAN", command: "GETPLAN",
timeslotId: item.timeslot_id, timeslotId: item.timeslot_id,
}); });
}} }}