fix #2426 - error in recycle bin

This commit is contained in:
Shaun Walker
2022-09-28 13:55:12 -04:00
parent b7a3713946
commit 26ec3fc7cf
3 changed files with 87 additions and 81 deletions

View File

@ -49,6 +49,9 @@
@if (Model.Runtime == "Server")
{
<script src="_framework/blazor.server.js"></script>
}
@if (!string.IsNullOrEmpty(Model.ReconnectScript))
{
@Html.Raw(Model.ReconnectScript)
}
@if (!string.IsNullOrEmpty(Model.PWAScript))