mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 05:46:28 +02:00
Securized volunteerListGet API
This commit is contained in:
@@ -21,7 +21,7 @@ export const useTeamAssign = (): [any, any] => {
|
||||
volunteer: volunteer.id,
|
||||
team: volunteer.team === teamId ? 0 : teamId,
|
||||
})
|
||||
refreshVolunteers()
|
||||
refreshVolunteers(jwtToken)
|
||||
},
|
||||
[save, refreshVolunteers, jwtToken]
|
||||
)
|
||||
|
Reference in New Issue
Block a user