Skip to content
Snippets Groups Projects
Unverified Commit 44187fb4 authored by Thomas Tracy's avatar Thomas Tracy Committed by GitHub
Browse files

Fix courserun_key name to properly be picked up by snowflake (#25605)

parent 07a01edb
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ class UnenrollView extends Backbone.View {
category: 'user-engagement',
label: reason,
displayName: 'v1',
courserunKey,
course_id: courserunKey,
});
}
this.$('.slide1').addClass('hidden');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment