Commit 62b81f3
fix: resolve all CI TypeScript build errors in console app
- objectDetailWidgets.tsx: pass required `index` arg to toObjectDefinition()
- ObjectManagerListAdapter.tsx: remove unused MetadataObject import
- SystemHubPage.tsx: remove unused LayoutGrid import
- SystemHubPage.tsx: widen HubCard.icon type to React.ElementType
- metadataConverters.ts: cast relationship type to proper union type
Agent-Logs-Url: https://github.com/objectstack-ai/objectui/sessions/acfc66f8-324c-4b4b-bdeb-08a5b6f52fd6
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent 86c6a12 commit 62b81f3
File tree
4 files changed
+4
-5
lines changed- apps/console/src
- components
- schema
- pages/system
- utils
4 files changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
38 | | - | |
| 37 | + | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments