Fix: Form elements in thirdparty dashboard views get removed (#14152)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div ng-controller="Umbraco.DashboardController">
|
||||
|
||||
<form name="dashboardForm" val-form-manager>
|
||||
<ng-form name="dashboardForm" val-form-manager>
|
||||
|
||||
<umb-load-indicator ng-show="page.loading"></umb-load-indicator>
|
||||
|
||||
@@ -32,6 +32,6 @@
|
||||
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</ng-form>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user