Skip to content

Commit 4ac2a4e

Browse files
authored
fix: add missing properties to magic link field (#38)
1 parent dff2d13 commit 4ac2a4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vika/types/field.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ class LastModifiedTimeFieldProperty(DateTimeFieldProperty):
124124
class MagicLinkFieldProperty(BaseModel):
125125
foreignDatasheetId: str
126126
brotherFieldId: Optional[str] = "" # 字表关联没有兄弟字段
127+
limitToViewId: Optional[str]
128+
limitSingleRecord: bool
127129

128130

129131
class FieldPropertyWithDstId(BaseModel):

0 commit comments

Comments
 (0)