mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07:00
Add an exports page that allows a user to select which reports they want
to run
This commit is contained in:
parent
400ed08c79
commit
e760ee211c
16 changed files with 575 additions and 55 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue