mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
Browser: Remove duplicate object entries while sorting (#3813)
This commit is contained in:
parent
9b3c014bab
commit
fcad4a44fd
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user