Skip to content

Commit 00cb231

Browse files
authored
fix: make limitSingleRecord property of magic link field optional (#40)
1 parent 259b347 commit 00cb231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vika/types/field.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class MagicLinkFieldProperty(BaseModel):
125125
foreignDatasheetId: str
126126
brotherFieldId: Optional[str] = "" # 字表关联没有兄弟字段
127127
limitToViewId: Optional[str]
128-
limitSingleRecord: bool
128+
limitSingleRecord: Optional[bool]
129129

130130

131131
class FieldPropertyWithDstId(BaseModel):

0 commit comments

Comments
 (0)