mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-18 07:35:02 +00:00
Fix several flag options expecting a value
This commit is contained in:
parent
1d5db71df4
commit
4acbde8314
3 changed files with 14 additions and 5 deletions
|
@ -1487,13 +1487,13 @@ export class ModActionsPlugin extends ZeppelinPlugin<TConfigSchema> {
|
|||
options: [
|
||||
{
|
||||
name: "expand",
|
||||
type: "boolean",
|
||||
shortcut: "e",
|
||||
flag: true,
|
||||
},
|
||||
{
|
||||
name: "hidden",
|
||||
type: "boolean",
|
||||
shortcut: "h",
|
||||
flag: true,
|
||||
},
|
||||
],
|
||||
extra: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue