Skip to content

Commit e577667

Browse files
#RI-2925-refresh key info instead fetch (#668)
1 parent a4007fb commit e577667

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,8 @@ export function addNewEntriesAction(
331331

332332
if (isStatusSuccessful(status)) {
333333
dispatch(addNewEntriesSuccess())
334-
dispatch<any>(fetchKeyInfo(data.keyName))
334+
dispatch<any>(refreshStreamEntries(data.keyName, false))
335+
dispatch<any>(refreshKeyInfoAction(data.keyName))
335336
onSuccess?.()
336337
}
337338
} catch (_err) {

0 commit comments

Comments
 (0)