Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit bddf6c4

Browse files
committed
Fix breaking change in Umb10.2
1 parent 46aaaaf commit bddf6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Our.Umbraco.DocTypeGridEditor/wwwroot/Views/doctypegrideditor.dialog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
</umb-box>
9292
</div>
9393
<ng-form val-form-manager ng-switch-when="edit">
94-
<umb-tabbed-content content="vm.content"></umb-tabbed-content>
94+
<umb-tabbed-content content="vm.content" content-node-model="{ variants: [] }"></umb-tabbed-content>
9595
</ng-form>
9696
</div>
9797

0 commit comments

Comments
 (0)