mirror of
https://github.com/Qortal/q-shop.git
synced 2025-01-30 14:52:20 +00:00
added mode all
This commit is contained in:
parent
d565c9fabb
commit
615217fc33
@ -171,7 +171,7 @@ const GlobalWrapper: React.FC<Props> = ({ children, setTheme }) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function getMyCurrentStore(name: string) {
|
async function getMyCurrentStore(name: string) {
|
||||||
const url = `/arbitrary/resources/search?service=STORE&identifier=${STORE_BASE}-&exactmatchnames=true&name=${name}&prefix=true&limit=20&includemetadata=false`;
|
const url = `/arbitrary/resources/search?mode=ALL&service=STORE&identifier=${STORE_BASE}-&exactmatchnames=true&name=${name}&prefix=true&limit=20&includemetadata=false`;
|
||||||
const responseBlogs = await fetch(url, {
|
const responseBlogs = await fetch(url, {
|
||||||
method: "GET",
|
method: "GET",
|
||||||
headers: {
|
headers: {
|
||||||
|
Loading…
Reference in New Issue
Block a user