mirror of
https://github.com/pgsty/minio.git
synced 2026-09-26 04:45:59 +03:00
revert browser newux changes (#5714)
This commit is contained in:
@@ -49,7 +49,7 @@ export default (
|
||||
case actionsBuckets.REMOVE:
|
||||
return {
|
||||
...state,
|
||||
list: removeBucket(state.list, action)
|
||||
list: removeBucket(state.list, action),
|
||||
}
|
||||
case actionsBuckets.SET_FILTER:
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user