Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 1e5bc8c

Browse files
author
Steffan
committed
update story
1 parent ee45a47 commit 1e5bc8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/components/FieldsStory.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
_enable: {
9090
label: 'Enable/Disable',
9191
type: 'text',
92-
enable: values => values.enable
92+
enable: ({enable}) => enable
9393
},
9494
9595
'nested.text': {

0 commit comments

Comments
 (0)