Add an exports page that allows a user to select which reports they want

to run
This commit is contained in:
Nelson Jovel 2024-08-01 12:55:30 -07:00
parent fb001c0140
commit 226118f688
16 changed files with 571 additions and 51 deletions

View file

@ -3,8 +3,6 @@ import debounce from "debounce";
// Connects to data-controller="analyze"
export default class extends Controller {
static targets = ["category", "subcategory"]
initialize() {
this.submit = debounce(this.submit.bind(this), 300)
}