major refactor of the dashboard and react-openapi integration #1
@@ -6,7 +6,7 @@ import {
|
|||||||
Alert
|
Alert
|
||||||
} from "@mui/material";
|
} from "@mui/material";
|
||||||
|
|
||||||
import DashboardComponent from "./components/Dashboard";
|
import ConfigurableDashboard from "./components/Dashboard";
|
||||||
import { configuration } from "./dashboard-config";
|
import { configuration } from "./dashboard-config";
|
||||||
import { useDashboardData } from "./features/dashboard";
|
import { useDashboardData } from "./features/dashboard";
|
||||||
|
|
||||||
@@ -35,7 +35,7 @@ export default function Dashboard() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<DashboardComponent
|
<ConfigurableDashboard
|
||||||
config={configuration}
|
config={configuration}
|
||||||
data={data}
|
data={data}
|
||||||
latest={latest}
|
latest={latest}
|
||||||
|
|||||||
Reference in New Issue
Block a user