Update GET_PLAN to GETPLAN for BAPSicle.
This commit is contained in:
parent
610e70008a
commit
bead964ebf
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
});
|
});
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in a new issue