mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
Merge branch 'release_23.0' into release_23.1
This commit is contained in:
@@ -41,7 +41,7 @@ const mutations = {
|
||||
const id = item.id;
|
||||
if (state.items[id]) {
|
||||
const localItem = state.items[id];
|
||||
Object.keys(localItem).forEach((key) => {
|
||||
Object.keys(item).forEach((key) => {
|
||||
localItem[key] = item[key];
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user