-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
UniqueStudioRecruitment2024/src/pages/User.svelte
Lines 392 to 396 in 4b80a91
| selectedItems={ | |
| GroupGroup.map((group) => | |
| group.find(g => groups.some(gg => Group[gg] === g)) || '' | |
| ) | |
| } |
这里似乎有报错
Type '("" | GROUP)[]' is not assignable to type '[string, string]'.
Target requires 2 element(s) but source may have fewer.
| selectItems={GroupGroup} |
Type 'GROUP[][]' is not assignable to type '[string[], string[]]'.
Target requires 2 element(s) but source may have fewer.
| columnTitles={$t('user.selector.groupGroup')} |
Type 'string' is not assignable to type '[string, string]'.
我不清楚是否有影响,单纯看到了不舒服
Metadata
Metadata
Assignees
Labels
No labels