mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Fix accidental error
Changes to professions_total attribute should not be silent
This commit is contained in:
@@ -3087,7 +3087,7 @@
|
||||
let professionsTotal = professionLevels.reduce((a, b) => a + b, 0);
|
||||
setAttrs({
|
||||
professions_total: professionsTotal
|
||||
}, {silent: true});
|
||||
}, {silent: false});
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user