Skip to content

Commit

Permalink
icon to none
Browse files Browse the repository at this point in the history
  • Loading branch information
skoudoro committed Jul 6, 2023
1 parent 2fdd308 commit e40f0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gapps/cardservice/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ class ImageButton:
alt_text: str = ''
authorization_action: AuthorizationAction = None
compose_action: tuple[Action, ComposedEmailType] = None
icon: Icon = Icon.NONE
icon: Icon = None # Icon.NONE
icon_url: str = ''
on_click_action: Action = field(metadata=config(field_name="onClick"),
default=None)
Expand Down

0 comments on commit e40f0e7

Please sign in to comment.