Add report name and details to CSV files

This commit is contained in:
Gareth Rogers
2025-07-30 20:39:00 -04:00
committed by Maikel Linke
parent f5a9ec7fa9
commit 0a9eb173ea
12 changed files with 245 additions and 15 deletions

View File

@@ -4,9 +4,9 @@ export default class extends Controller {
static targets = ["reportType", "checkbox", "label"];
handleSelectChange() {
this.reportTypeTarget.value == "csv"
? this.disableField()
: this.enableField();
this.reportTypeTarget.value == "csv" ?
this.disableField():
this.enableField();
}
disableField() {