Skip to content

Commit

Permalink
Bugfix: Image control attribute src_base64 accepts str now (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
jantosi authored Aug 13, 2022
1 parent 2a0a08c commit 47935c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/flet/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __init__(
#
# Specific
#
src_base64: bool = None,
src_base64: str = None,
repeat: ImageRepeat = None,
fit: ImageFit = None,
border_radius: BorderRadiusValue = None,
Expand Down

0 comments on commit 47935c1

Please sign in to comment.