fix: Refresh credentials when re-entering workflows page (no-changelog) (#4815)

fix: refresh credentials when re-entering workflows page (no-changelog)
This commit is contained in:
Alex Grozav 2022-12-05 12:31:18 +02:00 committed by GitHub
parent ac944bf666
commit 184b3a3ea7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -296,6 +296,7 @@ export default mixins(
this.resetWorkspace();
this.uiStore.stateIsDirty = previousDirtyState;
}
this.loadCredentials();
this.initView().then(() => {
this.stopLoading();
if (this.blankRedirect) {