This commit is contained in:
parent
3e5e54bf9c
commit
5c761b6a17
1 changed files with 3 additions and 0 deletions
|
@ -570,6 +570,9 @@ export const mergeAddOption = (column: IAVColumn, cellValue: IAVCellValue, avID:
|
|||
const doOperations: IOperation[] = [];
|
||||
const undoOperations: IOperation[] = [];
|
||||
cellValue.mSelect.forEach((item: IAVCellSelectValue) => {
|
||||
if (!column.options) {
|
||||
column.options = [];
|
||||
}
|
||||
const needAdd = column.options.find((option: {
|
||||
name: string,
|
||||
color: string,
|
||||
|
|
Loading…
Add table
Reference in a new issue