mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-21 00:47:26 +00:00
Fix all existing prettier issues
This commit is contained in:
@@ -4,9 +4,7 @@ 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() {
|
||||
|
||||
Reference in New Issue
Block a user