Merge pull request #19930 from edx/aekao/REVEM-151/entitlement-unenrollment-JSON
Inserting JSON string into Vertica instead of JSON obj
This commit is contained in:
@@ -149,7 +149,7 @@ class EntitlementUnenrollmentView extends Backbone.View {
|
||||
|
||||
window.analytics.track('entitlement_unenrollment_reason.selected', {
|
||||
category: 'user-engagement',
|
||||
label: results,
|
||||
label: JSON.stringify(results),
|
||||
displayName: 'v1',
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user