mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(editor): Support autologin for upgrade path (#7316)
Github issue / Community forum post (link here to close automatically):
This commit is contained in:
@@ -456,7 +456,7 @@ export default defineComponent({
|
||||
});
|
||||
},
|
||||
goToUpgrade() {
|
||||
this.uiStore.goToUpgrade('workflow_sharing', 'upgrade-workflow-sharing');
|
||||
void this.uiStore.goToUpgrade('workflow_sharing', 'upgrade-workflow-sharing');
|
||||
},
|
||||
async initialize() {
|
||||
if (this.isSharingEnabled) {
|
||||
|
||||
Reference in New Issue
Block a user