Skip to content

Commit 015882d

Browse files
matthew-darbynul800sebastiaan
authored andcommitted
Remove type as it defaults to button
(cherry picked from commit bc2faef)
1 parent 7b32aeb commit 015882d

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/Umbraco.Web.UI.Client/src/views/documenttypes/edit.controller.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@
176176
hotKeyWhenHidden: true,
177177
labelKey: vm.submitButtonKey,
178178
letter: "S",
179-
type: "button",
180179
handler: function () { vm.save(); }
181180
};
182181
vm.page.subButtons = [{

src/Umbraco.Web.UI.Client/src/views/mediatypes/edit.controller.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@
190190
hotKeyWhenHidden: true,
191191
labelKey: vm.saveButtonKey,
192192
letter: "S",
193-
type: "button",
194193
handler: function () { vm.save(); }
195194
};
196195
vm.page.subButtons = [{

src/Umbraco.Web.UI.Client/src/views/membertypes/edit.controller.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@
111111
hotKeyWhenHidden: true,
112112
labelKey: vm.saveButtonKey,
113113
letter: "S",
114-
type: "button",
115114
handler: function () { vm.save(); }
116115
};
117116
vm.page.subButtons = [{

0 commit comments

Comments
 (0)