mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
fix: fix slow loading times for nodeTypes, node creator vuex reference, and pushConnection in settings views (#4230)
This commit is contained in:
@@ -56,11 +56,13 @@ import mixins from 'vue-typed-mixins';
|
||||
import { mapGetters } from 'vuex';
|
||||
import { ABOUT_MODAL_KEY, VERSIONS_MODAL_KEY, VIEWS } from '@/constants';
|
||||
import { userHelpers } from './mixins/userHelpers';
|
||||
import { pushConnection } from "@/components/mixins/pushConnection";
|
||||
import { IFakeDoor } from '@/Interface';
|
||||
import GiftNotificationIcon from './GiftNotificationIcon.vue';
|
||||
|
||||
export default mixins(
|
||||
userHelpers,
|
||||
pushConnection,
|
||||
).extend({
|
||||
name: 'SettingsSidebar',
|
||||
components: {
|
||||
@@ -95,6 +97,9 @@ export default mixins(
|
||||
this.$store.dispatch('ui/openModal', VERSIONS_MODAL_KEY);
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
this.pushConnect();
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user