APi call from Manage post completed

This commit is contained in:
rockyeverlast
2025-05-05 18:04:31 +05:30
parent 29f30f9f98
commit e6e8f59afa
15 changed files with 429 additions and 134 deletions

View File

@@ -139,7 +139,8 @@ const Country = () => {
value={searchTerm}
onChange={(value) => {
setSearchTerm(value);
setCurrentPage(1);
// setCurrentPage(1);
refetch()
}}
/>
{/* <Button bgColor={'#EEEEEE'} pl={3} pr={3}><IoMdAdd /> <Text>Add</Text></Button> */}

View File

@@ -114,7 +114,8 @@ const DepartmentMasterList = () => {
value={searchTerm}
onChange={(value) => {
setSearchTerm(value);
setCurrentPage(1);
// setCurrentPage(1);
refetch()
}}
/>
{/* <Button bgColor={'#EEEEEE'} pl={3} pr={3}><IoMdAdd /> <Text>Add</Text></Button> */}

View File

@@ -132,7 +132,8 @@ const IndustryMasterList = () => {
value={searchTerm}
onChange={(value) => {
setSearchTerm(value);
setCurrentPage(1);
// setCurrentPage(1);
refetch()
}}
/>
{/* <Button bgColor={'#EEEEEE'} pl={3} pr={3}><IoMdAdd /> <Text>Add</Text></Button> */}

View File

@@ -127,7 +127,8 @@ const JobStatus = () => {
value={searchTerm}
onChange={(value) => {
setSearchTerm(value);
setCurrentPage(1);
// setCurrentPage(1);
refetch()
}}
/>
{/* <Button bgColor={'#EEEEEE'} pl={3} pr={3}><IoMdAdd /> <Text>Add</Text></Button> */}

View File

@@ -123,7 +123,8 @@ const JobType = () => {
value={searchTerm}
onChange={(value) => {
setSearchTerm(value);
setCurrentPage(1);
// setCurrentPage(1);
refetch()
}}
/>
{/* <Button bgColor={'#EEEEEE'} pl={3} pr={3}><IoMdAdd /> <Text>Add</Text></Button> */}

View File

@@ -126,7 +126,8 @@ const WorkspaceMode = () => {
value={searchTerm}
onChange={(value) => {
setSearchTerm(value);
setCurrentPage(1);
// setCurrentPage(1);
refetch()
}}
/>
{/* <Button bgColor={'#EEEEEE'} pl={3} pr={3}><IoMdAdd /> <Text>Add</Text></Button> */}