Skip to content

Commit

Permalink
Publications/Edit - quick fix to fix fix flags/tags not having select…
Browse files Browse the repository at this point in the history
…-improver, going to fix this later in a way where we can't forget to add this
  • Loading branch information
adelikat committed May 30, 2024
1 parent 6fa17a4 commit 8622a83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion TASVideos/Pages/Publications/Edit.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,8 @@
<cancel-link asp-page="/Publications/View" asp-route-id="@Model.Id"></cancel-link>
</form-button-bar>
</form>

<partial name="_PreviewWindow" model="@(Html.IdFor(m => m.Publication.Markup), "/Wiki/Preview")" />

@section Scripts {
<script src="/js/select-improver.js"></script>
}

0 comments on commit 8622a83

Please sign in to comment.