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

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