update
This commit is contained in:
parent
67ac342cfe
commit
c4701c4d00
@ -220,6 +220,25 @@ export default function TextImagePanel({ filters }) {
|
|||||||
</FormControl>
|
</FormControl>
|
||||||
)}
|
)}
|
||||||
</HStack>
|
</HStack>
|
||||||
|
<FormControl as={VStack} alignItems={"start"} w={"auto"}>
|
||||||
|
<HStack>
|
||||||
|
<Icon
|
||||||
|
as={FaDraft2Digital}
|
||||||
|
bgColor={"gray.200"}
|
||||||
|
borderRadius={"50%"}
|
||||||
|
p={"5px"}
|
||||||
|
fontSize={"25px"}
|
||||||
|
border={"1px"}
|
||||||
|
borderColor={"gray.300"}
|
||||||
|
/>
|
||||||
|
<FormLabel>تعداد:</FormLabel>
|
||||||
|
</HStack>
|
||||||
|
{filters?.model_name === 0 ? (
|
||||||
|
<Input bgColor={"white"} {...register("number")} type="number" />
|
||||||
|
) : (
|
||||||
|
<Input bgColor={"white"} {...registerRokn("number")} type="number" />
|
||||||
|
)}
|
||||||
|
</FormControl>
|
||||||
<FormControl as={VStack} alignItems={"start"}>
|
<FormControl as={VStack} alignItems={"start"}>
|
||||||
<HStack alignItems={"start"}>
|
<HStack alignItems={"start"}>
|
||||||
<Icon
|
<Icon
|
||||||
|
|||||||
@ -135,6 +135,21 @@ export default function TextVideoPanel({ filters }) {
|
|||||||
defaultValue={60}
|
defaultValue={60}
|
||||||
/>
|
/>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
|
<FormControl as={VStack} alignItems={"start"}>
|
||||||
|
<HStack>
|
||||||
|
<Icon
|
||||||
|
as={FaDraft2Digital}
|
||||||
|
bgColor={"gray.200"}
|
||||||
|
borderRadius={"50%"}
|
||||||
|
p={"5px"}
|
||||||
|
fontSize={"25px"}
|
||||||
|
border={"1px"}
|
||||||
|
borderColor={"gray.300"}
|
||||||
|
/>
|
||||||
|
<FormLabel>تعداد:</FormLabel>
|
||||||
|
</HStack>
|
||||||
|
<Input bgColor={"white"} {...register("number")} type="number" />
|
||||||
|
</FormControl>
|
||||||
</HStack>
|
</HStack>
|
||||||
<FormControl as={VStack} alignItems={"start"}>
|
<FormControl as={VStack} alignItems={"start"}>
|
||||||
<HStack alignItems={"start"}>
|
<HStack alignItems={"start"}>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user