diff --git a/app/src/protyle/render/av/select.ts b/app/src/protyle/render/av/select.ts index 269e915c4..5ac5ce6d9 100644 --- a/app/src/protyle/render/av/select.ts +++ b/app/src/protyle/render/av/select.ts @@ -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,