Skip to content

Commit

Permalink
fix nullability of table col
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjuhrich committed Sep 9, 2023
1 parent 1912fc1 commit 8384b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/blueprints/facilities/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ def toolbar(self) -> LazilyJoined | None:
class PatchPortRow(BaseModel):
name: str
room: LinkColResponse
switch_port: LinkColResponse
switch_port: LinkColResponse | None = None
edit_link: BtnColResponse
delete_link: BtnColResponse

0 comments on commit 8384b60

Please sign in to comment.