mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
Show subcategory data when user selects different subcategory from
analyze dropdown. Finishes #182277850
This commit is contained in:
parent
61978eb45d
commit
6764024cd2
8 changed files with 38 additions and 8 deletions
|
|
@ -3,7 +3,7 @@ import { Controller } from "@hotwired/stimulus"
|
|||
// Connects to data-controller="analyze"
|
||||
export default class extends Controller {
|
||||
connect() { }
|
||||
change_category(event) {
|
||||
refresh(event) {
|
||||
window.location = event.target.value
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue