Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
sujata
/
advithconsulting.io-frontend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit e2047cd0
authored
2025-09-12 17:07:27 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
chnage in taxwire
1 parent
a3ab47ed
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
pages/taxwire/index.js
redux/slices/taxwireslice.js
pages/taxwire/index.js
View file @
e2047cd
...
...
@@ -12,7 +12,6 @@ import { fetchTaxwireList } from "@/redux/slices/taxwireslice";
import
{
cleanImage
}
from
"@/layout/imageHandling"
;
import
qs
from
"qs"
;
import
axios
from
"axios"
;
import
ReactPaginate
from
"react-paginate"
;
import
Seo
from
"@/components/reuseables/Seo/Seo"
;
import
Pagination
from
"react-js-pagination"
;
import
ConversionCode
from
"@/components/reuseables/ConversionCode/ConversionCode"
;
...
...
redux/slices/taxwireslice.js
View file @
e2047cd
...
...
@@ -6,10 +6,15 @@ export const fetchTaxwireList = createAsyncThunk(
"TaxwireListSlice/fetchTaxwireList"
,
async
()
=>
{
const
query
=
{
populate
:
[
"Image"
],
};
populate
:
{
Image
:
{
populate
:
"*"
},
},
pagination
:
{
page
:
1
,
pageSize
:
1000
,
},
};
const
queryString
=
qs
.
stringify
(
query
,
{
encodeValuesOnly
:
true
,
});
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment