- Client list

- Context menu
This commit is contained in:
Peter Papp
2021-04-22 07:36:52 +02:00
parent eae212ac5d
commit 4b0e4da013
23 changed files with 724 additions and 75 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ const actions = {
})
axios
.get('/api/oasis/invoices/clients')
.get('/api/oasis/clients')
.then(response => {
commit('LOADING_STATE', {loading: false, data: response.data})
})