Merge pull request 'TEST_hotfix_usesMana' (!1140) from TEST_hotfix_usesMana into test
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #1140 Reviewed-by: Joan Sanchez <joan@verdnatura.es>
This commit is contained in:
commit
b048b5e7f4
|
@ -89,7 +89,7 @@ class Controller extends Section {
|
||||||
getUsesMana() {
|
getUsesMana() {
|
||||||
this.$http.get(`Sales/usesMana`)
|
this.$http.get(`Sales/usesMana`)
|
||||||
.then(res => {
|
.then(res => {
|
||||||
this.useMana = res.data;
|
this.usesMana = res.data;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue