From 8d738e4f74359924c09b6b7330062fe9ddcf63be Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sun, 21 Feb 2021 22:58:59 -0500 Subject: [PATCH] Afform Admin - Ensure buttons have 'type' declared --- ext/afform/admin/ang/afAdmin/afAdminList.html | 2 +- ext/afform/admin/ang/afGuiEditor/elements/afGuiContainer.html | 2 +- ext/afform/admin/ang/afGuiEditor/saveBlock.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/afform/admin/ang/afAdmin/afAdminList.html b/ext/afform/admin/ang/afAdmin/afAdminList.html index ddcb6b1a68..c6ff0b7f86 100644 --- a/ext/afform/admin/ang/afAdmin/afAdminList.html +++ b/ext/afform/admin/ang/afAdmin/afAdminList.html @@ -14,7 +14,7 @@ {{ ts('New %1', {1: types[$ctrl.tab].label }) }} - diff --git a/ext/afform/admin/ang/afGuiEditor/elements/afGuiContainer.html b/ext/afform/admin/ang/afGuiEditor/elements/afGuiContainer.html index ae6be1c806..e191239c0f 100644 --- a/ext/afform/admin/ang/afGuiEditor/elements/afGuiContainer.html +++ b/ext/afform/admin/ang/afGuiEditor/elements/afGuiContainer.html @@ -30,7 +30,7 @@
-

- - + +
-- 2.25.1