mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
browser: Selecting a new bucket appends objects list to previous bucket's list (#4252)
This commit is contained in:
parent
02910725c5
commit
972a527b66
@ -85,7 +85,7 @@ export default (state = {
|
||||
case actions.SET_OBJECTS:
|
||||
newState.objects = [...action.objects]
|
||||
break
|
||||
case action.RESET_OBJECTS:
|
||||
case actions.RESET_OBJECTS:
|
||||
newState.objects = []
|
||||
newState.marker = ""
|
||||
newState.istruncated = false
|
||||
|
Loading…
Reference in New Issue
Block a user