[Glitch] Prevent duplicate concurrent calls of /api/*/instance in web UI

Port 5b46345459 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
mogaminsk
2023-07-02 18:12:16 +09:00
committed by Claire
parent c49e339c89
commit 587ddc2c7f
3 changed files with 16 additions and 4 deletions

View File

@@ -17,15 +17,15 @@ import {
const initialState = ImmutableMap({
server: ImmutableMap({
isLoading: true,
isLoading: false,
}),
extendedDescription: ImmutableMap({
isLoading: true,
isLoading: false,
}),
domainBlocks: ImmutableMap({
isLoading: true,
isLoading: false,
isAvailable: true,
items: ImmutableList(),
}),