fix issue with chat message search

This commit is contained in:
RaidMax 2021-04-18 09:17:01 -05:00
parent 74dbc3572f
commit f1593e2f99

View File

@ -20,7 +20,7 @@ else
</tr> </tr>
</thead> </thead>
<tbody id="message_table_body" class="border-bottom bg-dark"> <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> </tbody>
</table> </table>