You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some tables that don't have a thead. We should make sure every table has a thead assuming it's needed, instead of adding a tr in tbody that behaves like a thead.
The text was updated successfully, but these errors were encountered:
There are some tables that don't have a
thead
. We should make sure every table has athead
assuming it's needed, instead of adding atr
intbody
that behaves like athead
.The text was updated successfully, but these errors were encountered: