Remove type as it defaults to button

This commit is contained in:
Matt Darby
2020-10-28 20:11:47 +00:00
committed by Owain Williams
parent 7ddb52a34f
commit bc2faefb18
3 changed files with 0 additions and 3 deletions

View File

@@ -176,7 +176,6 @@
hotKeyWhenHidden: true,
labelKey: vm.submitButtonKey,
letter: "S",
type: "button",
handler: function () { vm.save(); }
};
vm.page.subButtons = [{

View File

@@ -190,7 +190,6 @@
hotKeyWhenHidden: true,
labelKey: vm.saveButtonKey,
letter: "S",
type: "button",
handler: function () { vm.save(); }
};
vm.page.subButtons = [{

View File

@@ -111,7 +111,6 @@
hotKeyWhenHidden: true,
labelKey: vm.saveButtonKey,
letter: "S",
type: "button",
handler: function () { vm.save(); }
};
vm.page.subButtons = [{