updated
This commit is contained in:
@@ -12,7 +12,8 @@ const EmptySearchList = ({message}) => {
|
||||
w={"100%"} h={"40vh"}
|
||||
>
|
||||
<Image w={200} mb={8} src={EmptySearchListImage} alt='empty list' />
|
||||
<Text className=" fw-bold fs-5" >{message}</Text>
|
||||
{/* <Text className=" fw-bold fs-5" >{message}</Text> */}
|
||||
<Text className=" fw-bold fs-5" >We do not have any records</Text>
|
||||
{/* <Text as={'p'} className="web-text-medium">Posts of tanami will appear here.</Text> */}
|
||||
|
||||
</Box>
|
||||
|
||||
@@ -68,7 +68,7 @@ const AddInvestmentType = () => {
|
||||
|
||||
const {data: investmentTypeByIdData,error,isLoading,} = useGetInvestmentTypeByIdQuery(id, { skip: !id });
|
||||
|
||||
|
||||
|
||||
|
||||
// ========================== [useEffect] ================================
|
||||
|
||||
@@ -226,7 +226,7 @@ const AddInvestmentType = () => {
|
||||
label: "Description (English)",
|
||||
placeHolder: " ",
|
||||
name: "note",
|
||||
type: "text",
|
||||
type: "textarea",
|
||||
// isRequired: true,
|
||||
section: "Add Details",
|
||||
},
|
||||
@@ -234,7 +234,7 @@ const AddInvestmentType = () => {
|
||||
label: "Description (Arabic)",
|
||||
placeHolder: " ",
|
||||
name: "noteArabic",
|
||||
type: "text",
|
||||
type: "textarea",
|
||||
// isRequired: true,
|
||||
arabic: true,
|
||||
section: "Add Details",
|
||||
|
||||
Reference in New Issue
Block a user