Skip to content

Commit 077b382

Browse files
committed
* add stream slice tests, fix name of slow log nav title
1 parent 14605b2 commit 077b382

File tree

3 files changed

+529
-2
lines changed

3 files changed

+529
-2
lines changed

redisinsight/ui/src/components/navigation-menu/NavigationMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const NavigationMenu = ({ buildType }: IProps) => {
120120
},
121121
},
122122
{
123-
tooltipText: 'SlowLog',
123+
tooltipText: 'Slow Log',
124124
ariaLabel: 'SlowLog page button',
125125
onClick: handleGoSlowLogPage,
126126
dataTestId: 'slowlog-page-btn',

redisinsight/ui/src/slices/browser/stream.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const streamSlice = createSlice({
9090
state.error = ''
9191
},
9292
addNewEntriesSuccess: (state) => {
93-
state.loading = true
93+
state.loading = false
9494
},
9595
addNewEntriesFailure: (state, { payload }) => {
9696
state.loading = false

0 commit comments

Comments
 (0)