fix issue with chat message search
This commit is contained in:
parent
74dbc3572f
commit
f1593e2f99
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user