mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +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:
@@ -8,7 +8,9 @@
|
||||
:value="value"
|
||||
@change="onChange"
|
||||
>
|
||||
<slot></slot>
|
||||
<n8n-input-label
|
||||
v-if="label"
|
||||
:label="label"
|
||||
:tooltipText="tooltipText"
|
||||
:bold="false"
|
||||
@@ -32,7 +34,6 @@ export default defineComponent({
|
||||
props: {
|
||||
label: {
|
||||
type: String,
|
||||
required: true,
|
||||
},
|
||||
disabled: {
|
||||
type: Boolean,
|
||||
@@ -40,7 +41,6 @@ export default defineComponent({
|
||||
},
|
||||
tooltipText: {
|
||||
type: String,
|
||||
required: false,
|
||||
},
|
||||
indeterminate: {
|
||||
type: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user