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 a59a8a0 + 077b382 commit 77fc2f9Copy full SHA for 77fc2f9
redisinsight/ui/src/components/navigation-menu/NavigationMenu.tsx
@@ -120,7 +120,7 @@ const NavigationMenu = ({ buildType }: IProps) => {
120
},
121
122
{
123
- tooltipText: 'SlowLog',
+ tooltipText: 'Slow Log',
124
ariaLabel: 'SlowLog page button',
125
onClick: handleGoSlowLogPage,
126
dataTestId: 'slowlog-page-btn',
redisinsight/ui/src/slices/browser/stream.ts
@@ -90,7 +90,7 @@ const streamSlice = createSlice({
90
state.error = ''
91
92
addNewEntriesSuccess: (state) => {
93
- state.loading = true
+ state.loading = false
94
95
addNewEntriesFailure: (state, { payload }) => {
96
state.loading = false
0 commit comments