File tree 1 file changed +3
-27
lines changed
components/actionbutton/stories
1 file changed +3
-27
lines changed Original file line number Diff line number Diff line change @@ -75,33 +75,9 @@ export default {
75
75
} ,
76
76
control : "boolean" ,
77
77
} ,
78
- isHovered : {
79
- name : "Hovered" ,
80
- type : { name : "boolean" } ,
81
- table : {
82
- type : { summary : "boolean" } ,
83
- category : "State" ,
84
- } ,
85
- control : "boolean" ,
86
- } ,
87
- isFocused : {
88
- name : "Focused" ,
89
- type : { name : "boolean" } ,
90
- table : {
91
- type : { summary : "boolean" } ,
92
- category : "State" ,
93
- } ,
94
- control : "boolean" ,
95
- } ,
96
- isActive : {
97
- name : "Active" ,
98
- type : { name : "boolean" } ,
99
- table : {
100
- type : { summary : "boolean" } ,
101
- category : "State" ,
102
- } ,
103
- control : "boolean" ,
104
- } ,
78
+ isHovered : { table : { disable : true } } ,
79
+ isFocused : { table : { disable : true } } ,
80
+ isActive : { table : { disable : true } } ,
105
81
hideLabel : {
106
82
name : "Hide label" ,
107
83
type : { name : "boolean" } ,
You can’t perform that action at this time.
0 commit comments