Fixed bug causing multiple requests for changesets

Fixed bug related to displaying errors

additionally: implemented i18n
This commit is contained in:
Philipp Czora
2018-09-27 16:29:33 +02:00
parent 77ed7581d4
commit 360bb807b9
12 changed files with 122 additions and 71 deletions

View File

@@ -140,8 +140,8 @@ function fetchChangesetsFailure(
payload: {
namespace,
name,
branch,
error
error,
branch
},
itemId: createItemId(namespace, name, branch)
};