mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-21 18:51:21 +00:00
Make sure charts are destroyed.
This commit is contained in:
@@ -70,6 +70,9 @@ export default () => ({
|
||||
for (const i in data) {
|
||||
if (data.hasOwnProperty(i)) {
|
||||
const current = data[i];
|
||||
if (!current.hasOwnProperty('key')) {
|
||||
continue;
|
||||
}
|
||||
let key = current.key;
|
||||
// native (auto conversion):
|
||||
if (this.autoConversion) {
|
||||
|
||||
Reference in New Issue
Block a user