We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63d7490 + b765a7b commit eb6e628Copy full SHA for eb6e628
redisinsight/ui/src/pages/browser/components/stream-details/StreamDetailsWrapper.tsx
@@ -12,7 +12,8 @@ import {
12
fetchMoreStreamEntries,
13
updateStart,
14
updateEnd,
15
- fetchStreamEntries
+ fetchStreamEntries,
16
+ setStreamInitialState,
17
} from 'uiSrc/slices/browser/stream'
18
import { StreamViewType } from 'uiSrc/slices/interfaces/stream'
19
import { connectedInstanceSelector } from 'uiSrc/slices/instances/instances'
0 commit comments