Add default admin tab now set to M&E Data Entry

This commit is contained in:
Daniel S. Hansen
2025-08-13 15:35:17 -07:00
parent c496396092
commit d4645eb3c1
3 changed files with 6 additions and 73 deletions
+4 -1
View File
@@ -9,9 +9,12 @@ import { chakra } from "@chakra-ui/react";
import Personal from "./views/Personal";
import Security from "./views/Security";
const ADMIN_DEFAULT = "medataentry";
export default function Canvas(props) {
const { view } = props;
return (
return (
<chakra.div width="100%" height="100%">
{/* Check if view is a tab inside the Home Header */}
{ DASHBOARD_VIEWS.includes(view) && (