Skip to content

Commit

Permalink
updating requests now sends user back to the right page
Browse files Browse the repository at this point in the history
Signed-off-by: zsbrown97 <brownz@unityfoundation.io>
  • Loading branch information
zsbrown97 committed Apr 12, 2024
1 parent 5c58c96 commit 54e0d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/ServiceRequest.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
description: 'Your service request has been updated'
});
goto(`/issues/table`);
goto(back);
} catch (error) {
alertError(error);
}
Expand Down

0 comments on commit 54e0d84

Please sign in to comment.