mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
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:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user