@eric-emg/symphiq-components 1.3.34 → 1.3.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -102239,7 +102239,7 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
|
|
|
102239
102239
|
this.markAsReviewedClick.emit();
|
|
102240
102240
|
}
|
|
102241
102241
|
onGoalClick(goal) {
|
|
102242
|
-
|
|
102242
|
+
this.modalService.openUnifiedGoalModal(goal, this.allMetrics(), this.allCharts(), this.loadedSourceAnalysisIds().map(String), this.viewMode(), this.loadingSourceAnalysisId() !== undefined ? String(this.loadingSourceAnalysisId()) : undefined);
|
|
102243
102243
|
}
|
|
102244
102244
|
onSourceBadgeClick(event, source, goal) {
|
|
102245
102245
|
event.stopPropagation();
|