mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 11:49:59 +00:00
fix(editor): Update and fix storybook (was failing to run in local dev mode) (#6180)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
@@ -5,12 +5,12 @@ import ElementUI from 'element-ui';
|
||||
import lang from 'element-ui/lib/locale/lang/en';
|
||||
import locale from 'element-ui/lib/locale';
|
||||
|
||||
import designSystemComponents from '../src/plugins/n8nComponents';
|
||||
import { N8nPlugin } from '../src/plugin';
|
||||
|
||||
import Vue from 'vue';
|
||||
|
||||
Vue.use(ElementUI);
|
||||
Vue.use(designSystemComponents);
|
||||
Vue.use(N8nPlugin);
|
||||
|
||||
locale.use(lang);
|
||||
|
||||
@@ -58,7 +58,7 @@ export const parameters = {
|
||||
list: [
|
||||
{
|
||||
name: 'dark',
|
||||
class: 'theme-dark',
|
||||
class: 'theme-dark-beta',
|
||||
color: '#000',
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user