We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d49b0e commit b8539c4Copy full SHA for b8539c4
src-ts/tools/learn/course-details/course-curriculum/CourseCurriculum.tsx
@@ -175,6 +175,8 @@ const CourseCurriculum: FC<CourseCurriculumProps> = (props: CourseCurriculumProp
175
176
function onDiceModalClose(): void {
177
setIsDiceModalOpen(false)
178
+ // reload the page so we refresh the DICE ID status
179
+ window.location.reload()
180
}
181
182
return (
0 commit comments