Fixes table header (#1087)
* Wrap up Front chat * Wrap up Front chat * Disable entity selectionwhen starting from menu
This commit is contained in:
@ -188,7 +188,7 @@ export function EntityTableHeader() {
|
||||
);
|
||||
|
||||
return (
|
||||
<thead>
|
||||
<thead data-select-disable>
|
||||
<tr>
|
||||
<th
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user