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() {