- refactor: replace Output component with OutputForms and update related hooks and types
This commit is contained in:
@@ -14,7 +14,6 @@ const SystemOverview = () => {
|
||||
const isError = query?.isError;
|
||||
const dateUpdatedAt = query?.dataUpdatedAt;
|
||||
|
||||
console.log(query?.dataUpdatedAt);
|
||||
return (
|
||||
<Card className="p-4">
|
||||
<CardHeader title="System Health" refetch={query?.refetch} icon={faArrowsRotate} />
|
||||
|
||||
Reference in New Issue
Block a user