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:
Csaba Tuncsik
2023-05-05 09:25:29 +02:00
committed by GitHub
parent b0a1899e71
commit 13c143eb6d
5 changed files with 194 additions and 2 deletions

View File

@@ -47,3 +47,4 @@ export { default as N8nUserSelect } from './N8nUserSelect';
export { default as N8nUsersList } from './N8nUsersList';
export { default as N8nResizeWrapper } from './N8nResizeWrapper';
export { default as N8nRecycleScroller } from './N8nRecycleScroller';
export { default as N8nCheckbox } from './N8nCheckbox';