File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/svelteui-core/src/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
element: $$Props [' element' ] = undefined ,
12
12
className: $$Props [' className' ] = ' ' ,
13
13
override: $$Props [' override' ] = {},
14
- label: $$Props [' label' ] = ' label ' ,
14
+ label: $$Props [' label' ] = undefined ,
15
15
description: $$Props [' description' ] = null ,
16
16
error: $$Props [' error' ] = null ,
17
17
required: $$Props [' required' ] = false ,
Original file line number Diff line number Diff line change 16
16
group: $$Props [' group' ] = undefined ,
17
17
color: $$Props [' color' ] = undefined ,
18
18
value: $$Props [' value' ] = undefined ,
19
- label: $$Props [' label' ] = null ,
19
+ label: $$Props [' label' ] = undefined ,
20
20
disabled: $$Props [' disabled' ] = false ,
21
21
size: $$Props [' size' ] = undefined ,
22
22
radius: $$Props [' radius' ] = undefined ,
You can’t perform that action at this time.
0 commit comments