Fixed the cache view slightly
This commit is contained in:
@@ -126,7 +126,7 @@ const CacheView = memo((props) => {
|
|||||||
|
|
||||||
|
|
||||||
const listOrgCache = (orgId, category) => {
|
const listOrgCache = (orgId, category) => {
|
||||||
const url = `${globalUrl}/api/v1/orgs/${orgId}/list_cache${category !== undefined ? `?category=${category.replaceAll(" ", "_")}` : ""}`
|
const url = `${globalUrl}/api/v1/orgs/${orgId}/list_cache${category !== undefined ? `?category=${category.replaceAll(" ", "%20")}` : ""}`
|
||||||
fetch(url, {
|
fetch(url, {
|
||||||
method: "GET",
|
method: "GET",
|
||||||
headers: {
|
headers: {
|
||||||
|
|||||||
Reference in New Issue
Block a user