Skip to content

Commit d48bd85

Browse files
rkaraivanovCopilot
andauthored
Update src/components/combo/operations/group.ts
Sure clanker Co-authored-by: Copilot <[email protected]>
1 parent 614957b commit d48bd85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/combo/operations/group.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default class GroupDataOperation<T extends object> {
3939
header: true,
4040
dataIndex: -1,
4141
},
42-
...grouped.get(key)!,
42+
...(grouped.get(key) ?? []),
4343
];
4444
});
4545
}

0 commit comments

Comments
 (0)