mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-30 01:06:22 +02:00
Add locale support (#228)
This commit is contained in:
parent
800af20132
commit
416a17c5b7
47 changed files with 967 additions and 467 deletions
|
@ -29,6 +29,10 @@ export const useAddParticipantMutation = () => {
|
|||
return [...existingParticipants, participant];
|
||||
},
|
||||
);
|
||||
queryClient.invalidateQueries([
|
||||
"polls.participants.list",
|
||||
{ pollId: participant.pollId },
|
||||
]);
|
||||
session.refresh();
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue