Remove loadshow index error.
This commit is contained in:
parent
68b5091b58
commit
b8a9b7fba5
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ export function LoadShowDialogue(close: any) {
|
|||
<ul>
|
||||
{items.map((item, index) => (
|
||||
<li
|
||||
key={index}
|
||||
onClick={() => {
|
||||
sendBAPSicleChannel({
|
||||
command: "GET_PLAN",
|
||||
|
|
Loading…
Reference in a new issue