Skip to content

Commit

Permalink
Update solara/lab/components/input_time.py
Browse files Browse the repository at this point in the history
Co-authored-by: Iisakki Rotko <[email protected]>
  • Loading branch information
2 people authored and maartenbreddels committed Dec 12, 2024
1 parent e03e64a commit 4eefbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solara/lab/components/input_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def InputTime(
open_value: Union[solara.Reactive[bool], bool] = False,
on_open_value: Optional[Callable[[bool], None]] = None,
optional: bool = False,
time_format: str = "%H:%M",
twelve_hour_clock: bool = False,
style: Optional[Union[str, Dict[str, str]]] = None,
classes: Optional[List[str]] = None,
):
Expand Down

0 comments on commit 4eefbe7

Please sign in to comment.