Skip to content

Commit

Permalink
Replace remaining on parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Jan 4, 2024
1 parent 193f186 commit f52b3d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vizro-core/src/vizro/static/js/models/dashboard.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export function _update_dashboard_theme(on) {
return on ? "vizro_light" : "vizro_dark";
export function _update_dashboard_theme(checked) {
return checked ? "vizro_light" : "vizro_dark";
}

0 comments on commit f52b3d5

Please sign in to comment.