Skip to content

Commit

Permalink
fix: update course dashboard slug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed May 7, 2024
1 parent 28a5524 commit b1fc366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutoraspects/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
[
{
"name": "Course Dashboard",
"slug": "course-dashboard-v1",
"slug": "course-dashboard",
"uuid": "c0e64194-33d1-4d5a-8c10-4f51530c5ee9",
"allow_translations": True,
},
Expand All @@ -103,7 +103,7 @@
(
"SUPERSET_EMBEDDABLE_DASHBOARDS",
{
"course-dashboard-v1": "c0e64194-33d1-4d5a-8c10-4f51530c5ee9",
"course-dashboard": "c0e64194-33d1-4d5a-8c10-4f51530c5ee9",
"learner-groups": "8661d20c-cee6-4245-9fcc-610daea5fd24",
"individual-learner": "abae8a25-1ba4-4653-81bd-d3937a162a11",
},
Expand Down

0 comments on commit b1fc366

Please sign in to comment.