fix #2426 - error in recycle bin
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user