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

Commit 706c304

Browse files
committed
only show submit button in edit mode.
1 parent 40eee90 commit 706c304

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/Views/doctypegrideditor.dialog.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
button-style="action"
106106
label-key="general_submit"
107107
shortcut="ctrl+s"
108+
ng-if="dialogMode == 'edit'"
108109
action="vm.submit(model)">
109110
</umb-button>
110111
</umb-editor-footer-content-right>

0 commit comments

Comments
 (0)