Skip to content

Commit

Permalink
fix(lesy-plugin-pilot): isVisible prop typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh-coder committed Sep 27, 2020
1 parent 349d509 commit 1aef711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins/lesy-plugin-pilot/src/run.command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
type: "string",
},
},
visibleInList: false,
isVisible: false,

async run({ args, utils }) {
const execa = require("execa");
Expand Down

0 comments on commit 1aef711

Please sign in to comment.