Skip to content

Commit 1aef711

Browse files
committed
fix(lesy-plugin-pilot): isVisible prop typo
1 parent 349d509 commit 1aef711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugins/lesy-plugin-pilot/src/run.command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
type: "string",
88
},
99
},
10-
visibleInList: false,
10+
isVisible: false,
1111

1212
async run({ args, utils }) {
1313
const execa = require("execa");

0 commit comments

Comments
 (0)