Skip to content

Commit

Permalink
Retracting couple of changes from previous commits
Browse files Browse the repository at this point in the history
Signed-off-by: Kshitij Tandon <[email protected]>
  • Loading branch information
tandonks committed Sep 3, 2024
1 parent c3a6eda commit 5658976
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1,055 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export class RollupDetails extends Component<RollupDetailsProps, RollupDetailsSt
this.forceUpdate();
} else {
this.context.notifications.toasts.addDanger(`Invalid rollup id: ${id}`);
this.props.history.push(ROUTES.ROLLUPS);
}
};

Expand Down
Loading

0 comments on commit 5658976

Please sign in to comment.