diff --git a/src/pages/Storage/storage.state.ts b/src/pages/Storage/storage.state.ts index 8481c92..06339a6 100644 --- a/src/pages/Storage/storage.state.ts +++ b/src/pages/Storage/storage.state.ts @@ -379,8 +379,8 @@ const [getStorageSubscription$, storageSubscriptionKeyChange$] = partitionByKey( ...props, status: Enum("loading"), }), - shareReplay(1), takeUntil(stopStorageSubscription$(id)), + shareReplay(1), ) const completed$ = concat( of(false),