We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68797c2 + 70144b3 commit ee4b707Copy full SHA for ee4b707
1 file changed
src/components/EditorSidePanel/TablesTab/TableInfo.jsx
@@ -304,7 +304,7 @@ export default function TableInfo({ data }) {
304
<div className="flex items-center gap-5 mt-1">
305
<Button
306
icon={<IconDeleteStroked />}
307
- iconPosition="Right"
+ iconPosition="right"
308
type="danger"
309
onClick={() => deleteTable(data.id)}
310
className="flex-grow"
0 commit comments