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 a4007fb commit e577667Copy full SHA for e577667
redisinsight/ui/src/slices/browser/stream.ts
@@ -331,7 +331,8 @@ export function addNewEntriesAction(
331
332
if (isStatusSuccessful(status)) {
333
dispatch(addNewEntriesSuccess())
334
- dispatch<any>(fetchKeyInfo(data.keyName))
+ dispatch<any>(refreshStreamEntries(data.keyName, false))
335
+ dispatch<any>(refreshKeyInfoAction(data.keyName))
336
onSuccess?.()
337
}
338
} catch (_err) {
0 commit comments