Skip to content

Commit

Permalink
Removed call to update the status summary (mozilla#7985)
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrice-acasandrei authored Mar 25, 2024
1 parent 9d4493c commit ca84dc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/perfherder/alerts/AlertActionPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {

import SimpleTooltip from '../../shared/SimpleTooltip';
import { alertStatusMap } from '../perf-helpers/constants';
import { modifyAlert, modifyAlertSummary } from '../perf-helpers/helpers';
import { modifyAlert } from '../perf-helpers/helpers';
import { processErrors } from '../../helpers/http';

import AlertModal from './AlertModal';
Expand Down Expand Up @@ -121,7 +121,6 @@ export default class AlertActionPanel extends React.Component {
await this.modifySelectedAlerts(selectedAlerts, {
status: alertStatusMap[newStatus],
});
modifyAlertSummary(alertSummary.id);

const untriagedAlerts = alertSummary.alerts.filter(
(alert) => alert.status === 0,
Expand Down

0 comments on commit ca84dc2

Please sign in to comment.