1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

fix issue with chat message search

This commit is contained in:
RaidMax
2021-04-18 09:17:01 -05:00
parent ee4d8ed846
commit d7e5c6e3f4

View File

@ -20,7 +20,7 @@ else
</tr>
</thead>
<tbody id="message_table_body" class="border-bottom bg-dark">
<partial name="Message/_Item" model="@Model.Results" />
<partial name="~/Views/Client/Message/_Item.cshtml" model="@Model.Results" />
</tbody>
</table>