Skip to content

Commit 9478e90

Browse files
authored
fix: remove invalid variant prop from Table in DevToolsUsers (#2955)
1 parent ba4d68b commit 9478e90

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

client/src/components/DevTools/DevToolsUsers.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ export default function DevToolsUsers() {
8080
<Table
8181
style={{ width: '100%' }}
8282
size="small"
83-
variant="borderless"
8483
rowKey="id"
8584
dataSource={users}
8685
columns={tableColumns}

0 commit comments

Comments
 (0)