mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
fix(editor): Update and add design system checkbox component to Editor (#6178)
* fix(editor): Update and add design system checkbox component to Editor * test(editor): Test Checkbox design system component
This commit is contained in:
@@ -50,6 +50,7 @@ import {
|
||||
N8nUsersList,
|
||||
N8nResizeWrapper,
|
||||
N8nRecycleScroller,
|
||||
N8nCheckbox,
|
||||
} from './components';
|
||||
|
||||
export const N8nPlugin: PluginObject<{}> = {
|
||||
@@ -103,5 +104,6 @@ export const N8nPlugin: PluginObject<{}> = {
|
||||
app.component('n8n-user-select', N8nUserSelect);
|
||||
app.component('n8n-resize-wrapper', N8nResizeWrapper);
|
||||
app.component('n8n-recycle-scroller', N8nRecycleScroller);
|
||||
app.component('n8n-checkbox', N8nCheckbox);
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user