Commit 067c175
Remove incorrect @ts-expect-error directive from ObjectKanban.tsx
The @ts-expect-error directive was unnecessary since KanbanSchema already defines cardTitle property. This was causing a TypeScript compile error for unused directive. Updated comment to clarify this is a backwards compatibility fallback.
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent 796b858 commit 067c175
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments