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