Merge pull request 'TEST_hotfix_usesMana' (!1140) from TEST_hotfix_usesMana into test
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #1140
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
This commit is contained in:
Joan Sanchez 2022-11-14 11:07:46 +00:00
commit b048b5e7f4
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}); });
} }