mirror of
https://github.com/minio/minio.git
synced 2025-11-11 06:20:14 -05:00
Browser: Remove duplicate object entries while sorting (#3813)
This commit is contained in:
@@ -83,7 +83,7 @@ export default (state = {
|
||||
newState.marker = ""
|
||||
newState.istruncated = action.istruncated
|
||||
} else {
|
||||
newState.objects = [...newState.objects, ...action.objects]
|
||||
newState.objects = [...action.objects]
|
||||
newState.marker = action.marker
|
||||
newState.istruncated = action.istruncated
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user