Skip to content

Commit

Permalink
Fix crash at editing application
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <joshuali925@gmail.com>
  • Loading branch information
joshuali925 committed Apr 17, 2023
1 parent 2141a34 commit 544c2f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const Configuration = (props: ConfigProps) => {
fill
data-test-subj="editApplicationButton"
onClick={() => {
window.location.assign(`${last(parentBreadcrumbs)!.href}/edit/${appId}`);
window.location.assign(`#/edit/${appId}`);
}}
>
Edit
Expand Down

0 comments on commit 544c2f5

Please sign in to comment.