Skip to content

Commit 693778f

Browse files
author
Andy Butland
committed
Fixed issue where member type properties would not persist after first save without reloading page
1 parent 8eee7ca commit 693778f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Web/umbraco.presentation/umbraco/members/EditMemberType.aspx.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ protected override bool OnBubbleEvent(object source, EventArgs args)
6464
}
6565
handled = true;
6666
}
67-
setupExtraEditorControls();
67+
6868
return handled;
6969
}
7070
private void setupExtraEditorControls(){

0 commit comments

Comments
 (0)