filal update

This commit is contained in:
2024-07-26 13:38:48 +05:30
parent 4a8db9cad3
commit 970d0fae28
8 changed files with 32 additions and 13 deletions

View File

@@ -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}