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

Commit 09acdd3

Browse files
committed
Disable showing notifications when saving blueprint
1 parent f594eb3 commit 09acdd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ angular.module("umbraco").controller("Our.Umbraco.DocTypeGridEditor.Dialogs.DocT
271271
content: $scope.model.node,
272272
create: true,
273273
action: "save",
274-
showNotifications: true,
274+
showNotifications: false,
275275
softRedirect: true
276276
}
277277

0 commit comments

Comments
 (0)