1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 13:19:39 +02:00

Fix bulk edit dialog form structure

This commit is contained in:
Zach Gollwitzer 2025-05-06 11:53:12 -04:00
parent 2e0794b8e1
commit 0fdeebceb1
3 changed files with 23 additions and 21 deletions

View file

@ -57,8 +57,6 @@ export default class extends Controller {
date_formatted: d.date_formatted,
trend: d.trend,
}));
console.log(this._normalDataPoints);
}
_rememberInitialContainerSize() {