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"
|
||||
onClick={() => {
|
||||
sendBAPSicleChannel({
|
||||
command: "GET_PLAN",
|
||||
command: "GETPLAN",
|
||||
timeslotId: item.timeslot_id,
|
||||
});
|
||||
}}
|
||||
|
|
Loading…
Reference in a new issue