fix(front): resolve initialization race condition

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2534>
This commit is contained in:
Kasper Seweryn 2023-07-25 14:28:35 +02:00 committed by Marge
commit 93bf644d2c
2 changed files with 32 additions and 13 deletions

View file

@ -0,0 +1,2 @@
Resolve race condition regarding axios when initializing the frontend
Prevent sending same language setting to backend multiple times