Skip to content

Commit ad25e2a

Browse files
Remove item prop
1 parent 6584f80 commit ad25e2a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/stores/props.ts

-6
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,6 @@ const sharedProps = [
170170
name: 'hide-details',
171171
type: 'boolean'
172172
},
173-
{
174-
default: () => ({}),
175-
desc: 'The item object',
176-
name: 'item',
177-
type: 'Record<string, unknown>',
178-
},
179173
{
180174
default: undefined,
181175
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

Comments
 (0)