diff --git a/app/src/protyle/render/av/col.ts b/app/src/protyle/render/av/col.ts index 708fa109b..64e5ac09d 100644 --- a/app/src/protyle/render/av/col.ts +++ b/app/src/protyle/render/av/col.ts @@ -64,20 +64,20 @@ export const duplicateCol = (protyle: IProtyle, type: TAVCol, avID: string, colI avID, }]); } -} +}; export const getEditHTML = (options: { protyle: IProtyle, colId: string, data: IAV }) => { - let colData: IAVColumn + let colData: IAVColumn; options.data.view.columns.find((item) => { if (item.id === options.colId) { colData = item; return true; } - }) + }); let html = `` +`; colData.options.forEach(item => { html += `