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

Commit 693fb87

Browse files
committed
Fixes #192
1 parent 7323c39 commit 693fb87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Our.Umbraco.DocTypeGridEditor/Web/UI/App_Plugins/DocTypeGridEditor/Js/doctypegrideditor.controllers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ angular.module("umbraco").controller("Our.Umbraco.DocTypeGridEditor.Dialogs.DocT
316316
createFromBlueprint(blueprintIds[0]);
317317
} else {
318318
$scope.dialogMode = "selectBlueprint";
319+
vm.loading = false;
319320
}
320321
} else {
321322
createBlank();

0 commit comments

Comments
 (0)