Skip to content

Commit ee4b707

Browse files
authored
Merge pull request #69 from javierariashe/bug/fix-icon-position-warning
fix typo in TableInfo which caused a warning
2 parents 68797c2 + 70144b3 commit ee4b707

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/EditorSidePanel/TablesTab/TableInfo.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ export default function TableInfo({ data }) {
304304
<div className="flex items-center gap-5 mt-1">
305305
<Button
306306
icon={<IconDeleteStroked />}
307-
iconPosition="Right"
307+
iconPosition="right"
308308
type="danger"
309309
onClick={() => deleteTable(data.id)}
310310
className="flex-grow"

0 commit comments

Comments
 (0)