diff --git a/client/src/components/Canvas/views/AdminTabs/MEDataEntry.jsx b/client/src/components/Canvas/views/AdminTabs/MEDataEntry.jsx index ef25974..25078b2 100644 --- a/client/src/components/Canvas/views/AdminTabs/MEDataEntry.jsx +++ b/client/src/components/Canvas/views/AdminTabs/MEDataEntry.jsx @@ -1,5 +1,5 @@ import { useState } from 'react'; -import { Box, Button, Text, List, HStack, RadioGroup, Table, createListCollection } from "@chakra-ui/react" +import { Box, Button, ButtonGroup, Text, List, HStack, RadioGroup, Table, createListCollection } from "@chakra-ui/react" import DropDownMenu from "../../CanvasComponents/DropDownMenu" const startYear = 1970; @@ -43,13 +43,13 @@ export function MEDataEntry() { const [rows, setRows] = useState([]); return( - + - + Use Volcano names as found in GVP and dashboard. (e.g. Nevado del Ruiz, Chiles-Cerro Negro). @@ -58,7 +58,7 @@ export function MEDataEntry() { Copy entry to form. Then hitting 'Save' will create a new entry. - + Number of people benefitting from VDAP activities, disaggregate by sex @@ -112,17 +112,17 @@ export function MEDataEntry() { ))) } - - {/* Row actions aligned right */} - - - + + + + + );