Add default admin tab now set to M&E Data Entry
This commit is contained in:
@@ -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) && (
|
||||
|
||||
Reference in New Issue
Block a user