Skip to content

Commit 9ac3d18

Browse files
committed
fix: fixes #361 - import certificate button not working
Signed-off-by: Pawel Psztyc <[email protected]>
1 parent 62971f6 commit 9ac3d18

File tree

2 files changed

+90
-34
lines changed

2 files changed

+90
-34
lines changed

package-lock.json

Lines changed: 89 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app/scripts/arc/AdvancedRestClientApplication.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ export class AdvancedRestClientApplication extends ApplicationPage {
838838
'saved',
839839
];
840840
if (e.route === 'client-certificate-import') {
841-
this.importingCertificate = true;
841+
navigate('client-certificates');
842842
} else if (allowed.includes(e.route)) {
843843
navigate(e.route);
844844
} else {

0 commit comments

Comments
 (0)