mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 08:32:50 -05:00
await partial async
This commit is contained in:
@ -75,7 +75,7 @@
|
||||
<h1>Organization <small>@Model.Organization.Name</small></h1>
|
||||
|
||||
<h2>Information</h2>
|
||||
@Html.PartialAsync("_ViewInformation", Model)
|
||||
@await Html.PartialAsync("_ViewInformation", Model)
|
||||
<form method="post" id="edit-form">
|
||||
<h2>General</h2>
|
||||
<div class="row">
|
||||
|
Reference in New Issue
Block a user