tidy up
This commit is contained in:
parent
20bf34d53c
commit
0fc6f0de98
|
@ -331,11 +331,6 @@ export const getBackendUiStore = () => {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
permissions: {
|
permissions: {
|
||||||
fetch: async () => {
|
|
||||||
const response = await api.get("/api/permission")
|
|
||||||
const json = await response.json()
|
|
||||||
return json
|
|
||||||
},
|
|
||||||
fetchLevels: async () => {
|
fetchLevels: async () => {
|
||||||
const response = await api.get("/api/permission/levels")
|
const response = await api.get("/api/permission/levels")
|
||||||
const json = await response.json()
|
const json = await response.json()
|
||||||
|
|
Loading…
Reference in New Issue