fix: context menu bugs (#3279)
This commit is contained in:
@@ -114,7 +114,7 @@ export class ParameterMenuService extends Service implements ContextMenu {
|
||||
id: "environment",
|
||||
text: {
|
||||
type: "text",
|
||||
text: this.t("context_menu.add_parameter"),
|
||||
text: this.t("context_menu.add_parameters"),
|
||||
},
|
||||
icon: markRaw(IconArrowDownRight),
|
||||
action: () => {
|
||||
|
||||
Reference in New Issue
Block a user