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

View File

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