mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 19:52:15 +01:00
add archiving for clients, fixes ST-279
This commit is contained in:
committed by
Constantin Graf
parent
5592d87cd5
commit
19cc05140a
@@ -20,6 +20,9 @@ export const useClientsStore = defineStore('clients', () => {
|
||||
clientResponse.value = await handleApiRequestNotifications(
|
||||
() =>
|
||||
api.getClients({
|
||||
queries: {
|
||||
archived: 'all',
|
||||
},
|
||||
params: {
|
||||
organization: organization,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user