Streams modal

This commit is contained in:
Jamie Curnow
2025-09-24 23:49:00 +10:00
parent 4866988772
commit 100a7e3ff8
16 changed files with 533 additions and 50 deletions

View File

@@ -8,9 +8,6 @@ interface Props {
isFiltered?: boolean;
}
export default function Empty({ tableInstance, onNewUser, isFiltered }: Props) {
if (isFiltered) {
}
return (
<tr>
<td colSpan={tableInstance.getVisibleFlatColumns().length}>