Skip to content

Commit

Permalink
Fix #12259 (#12260)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek authored Aug 25, 2022
1 parent 9ed4f14 commit d2626f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@{
Model.Metadata.Type = "Content_Edit";
@await DisplayAsync(Model)
Model.Metadata.Alternates.Clear();
}
@await DisplayAsync(Model)
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@{
Model.Metadata.Type = "Content_Edit";
@await DisplayAsync(Model)
Model.Metadata.Alternates.Clear();
}
@await DisplayAsync(Model)

0 comments on commit d2626f4

Please sign in to comment.