1
0
Fork 0
mirror of synced 2024-07-02 13:01:09 +12:00
This commit is contained in:
Martin McKeaveney 2021-02-10 22:25:30 +00:00
parent 701e2b218e
commit 111ff61bbc

View file

@ -331,11 +331,6 @@ export const getBackendUiStore = () => {
},
},
permissions: {
fetch: async () => {
const response = await api.get("/api/permission")
const json = await response.json()
return json
},
fetchLevels: async () => {
const response = await api.get("/api/permission/levels")
const json = await response.json()