mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Update navigation to redirect to EXCEPTIONS page on delete success in ExceptionExplorer
This commit is contained in:
@@ -503,7 +503,7 @@ const ExceptionExplorer: FunctionComponent<ComponentProps> = (
|
||||
modelType={TelemetryException}
|
||||
modelId={props.telemetryExceptionId}
|
||||
onDeleteSuccess={() => {
|
||||
Navigation.navigate(RouteMap[PageMap.TELEMETRY] as Route);
|
||||
Navigation.navigate(RouteMap[PageMap.EXCEPTIONS] as Route);
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user