filal update
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Box, Button, Divider, FormLabel, Heading, Image, Input, InputGroup, InputRightAddon, Table, Tbody, Td, Th, Thead, Tr } from "@chakra-ui/react";
|
||||
import { Box, Button, Divider, FormHelperText, FormLabel, Heading, Image, Input, InputGroup, InputRightAddon, Table, Tbody, Td, Th, Thead, Tr } from "@chakra-ui/react";
|
||||
import React from "react";
|
||||
|
||||
const FormInputView = ({
|
||||
@@ -120,9 +120,11 @@ const FormInputView = ({
|
||||
>
|
||||
{type === "number" ? value : value}
|
||||
</FormLabel>
|
||||
|
||||
</Box>
|
||||
)
|
||||
)}
|
||||
|
||||
</Box>
|
||||
{/* </Box> */}
|
||||
{index <
|
||||
@@ -130,6 +132,7 @@ const FormInputView = ({
|
||||
<Divider />
|
||||
)}
|
||||
</Box>
|
||||
|
||||
)
|
||||
)}
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user