Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions runtime/mount/python_lib/lplots/widgets/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ class RegistryTableState(_emit.WidgetState[registry_table_type, str]):


class RegistryTableValue(TypedDict):
table: Table | None
selected_rows: list[Record] | None
table: Table
selected_rows: list[Record]


@dataclass(frozen=True, kw_only=True)
Expand Down