Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 0c31256

Browse files
committed
comments
1 parent 98df444 commit 0c31256

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/DefaultCell.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ export default function DefaultCell(
6161
/** Checkbox option */
6262
case InputType.CHECKBOX:
6363
return <CheckboxCell defaultCell={defaultCell} />;
64+
65+
/** New column option */
6466
case InputType.NEW_COLUMN:
6567
// Do nothing
6668
break;

0 commit comments

Comments
 (0)