This commit is contained in:
2024-07-26 16:50:42 +05:30
parent bcf7cb7050
commit c5d806d56f
2 changed files with 5 additions and 4 deletions

View File

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

View File

@@ -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",