You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/stores/props.ts
-6
Original file line number
Diff line number
Diff line change
@@ -170,12 +170,6 @@ const sharedProps = [
170
170
name: 'hide-details',
171
171
type: 'boolean'
172
172
},
173
-
{
174
-
default: ()=>({}),
175
-
desc: 'The item object',
176
-
name: 'item',
177
-
type: 'Record<string, unknown>',
178
-
},
179
173
{
180
174
default: undefined,
181
175
desc: 'Label is not fully supported as the fields are intended for use in tables and the column header signifies what that column is for. You can set this prop to show the label but styling will not be ideal',
0 commit comments