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 400ed08c79
commit e760ee211c
16 changed files with 575 additions and 55 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)
}