diff --git a/ui/components/table.js b/ui/components/table.js index a2ebda25ca..594f75c3f2 100644 --- a/ui/components/table.js +++ b/ui/components/table.js @@ -14,6 +14,7 @@ export default function Table({ columns, data, href, + type = '', empty = 'No data', count = data?.length, allowDelete = false, @@ -105,10 +106,7 @@ export default function Table({ return (