File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
redisinsight/ui/src/slices/browser Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -583,7 +583,7 @@ export function fetchKeyInfo(key: RedisResponseBuffer, resetData?: boolean) {
583
583
dispatch ( loadKeyInfoSuccess ( data ) )
584
584
dispatch ( updateSelectedKeyRefreshTime ( Date . now ( ) ) )
585
585
if ( isEqualBuffers ( state . browser . keys . selectedKey ?. data ?. name , key ) ) {
586
- dispatch ( updateKeySizeFromList ( { key, size : data ?. size } ) )
586
+ // dispatch(updateKeySizeFromList({ key, size: data?.size }))
587
587
}
588
588
}
589
589
@@ -647,7 +647,7 @@ export function refreshKeyInfoAction(key: RedisResponseBuffer) {
647
647
dispatch ( refreshKeyInfoSuccess ( data ) )
648
648
dispatch ( updateSelectedKeyRefreshTime ( Date . now ( ) ) )
649
649
if ( isEqualBuffers ( state . browser . keys . selectedKey ?. data ?. name , key ) ) {
650
- dispatch ( updateKeySizeFromList ( { key, size : data ?. size } ) )
650
+ // dispatch(updateKeySizeFromList({ key, size: data?.size }))
651
651
}
652
652
}
653
653
} catch ( error ) {
You can’t perform that action at this time.
0 commit comments