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.
1 parent 14605b2 commit 077b382Copy full SHA for 077b382
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