Display information of project on home tab
This commit is contained in:
@@ -151,7 +151,7 @@ export default function ProjectsTable({
|
||||
</TableColumn>
|
||||
)}
|
||||
</TableHeader>
|
||||
<TableBody emptyContent={"No cases found"} items={sortedItems}>
|
||||
<TableBody emptyContent={messages.noProjectsFound} items={sortedItems}>
|
||||
{(item) => (
|
||||
<TableRow key={item.id}>
|
||||
{(columnKey) => (
|
||||
|
||||
Reference in New Issue
Block a user