mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
Change which category is displayed when the category dropdown is changed
on the analyze page. Finishes #182277818
This commit is contained in:
parent
a04f797f30
commit
61978eb45d
8 changed files with 73 additions and 27 deletions
|
|
@ -2,4 +2,7 @@
|
|||
// Run that command whenever you add a new controller or create them with
|
||||
// ./bin/rails generate stimulus controllerName
|
||||
|
||||
import { application } from "./application";
|
||||
import { application } from "./application"
|
||||
|
||||
import AnalyzeController from "./analyze_controller.js"
|
||||
application.register("analyze", AnalyzeController)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue