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 75a6aa64
authored
2025-09-12 17:20:11 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
taxwire listing
1 parent
e2047cd0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
redux/slices/taxwireslice.js
redux/slices/taxwireslice.js
View file @
75a6aa6
...
@@ -6,15 +6,12 @@ export const fetchTaxwireList = createAsyncThunk(
...
@@ -6,15 +6,12 @@ export const fetchTaxwireList = createAsyncThunk(
"TaxwireListSlice/fetchTaxwireList"
,
"TaxwireListSlice/fetchTaxwireList"
,
async
()
=>
{
async
()
=>
{
const
query
=
{
const
query
=
{
populate
:
{
populate
:
{
Image
:
{
populate
:
"*"
}
},
Image
:
{
populate
:
"*"
},
pagination
:
{
page
:
1
,
pageSize
:
1000
},
},
sort
:
[
"createdAt:desc"
],
pagination
:
{
page
:
1
,
pageSize
:
1000
,
},
};
};
const
queryString
=
qs
.
stringify
(
query
,
{
const
queryString
=
qs
.
stringify
(
query
,
{
encodeValuesOnly
:
true
,
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