mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 15:58:49 +01:00
This commit is contained in:
parent
25728e3564
commit
7f097f3b99
1 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ export const genCellValue = (colType: TAVCol, value: string | {
|
|||
}
|
||||
};
|
||||
} else if (colType === "mSelect" || colType === "select") {
|
||||
return cellValue = {
|
||||
return {
|
||||
type: colType,
|
||||
mSelect: [{
|
||||
content: value,
|
||||
|
|
@ -44,7 +44,7 @@ export const genCellValue = (colType: TAVCol, value: string | {
|
|||
return cellValue;
|
||||
}
|
||||
if (colType === "mSelect" || colType === "select") {
|
||||
return cellValue = {
|
||||
return {
|
||||
type: colType,
|
||||
mSelect: value
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue