This commit is contained in:
Martin McKeaveney 2021-02-10 22:25:30 +00:00
parent 20bf34d53c
commit 0fc6f0de98
1 changed files with 0 additions and 5 deletions

View File

@ -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()