Skip to content

Commit e40f0e7

Browse files
committed
icon to none
1 parent 2fdd308 commit e40f0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gapps/cardservice/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ class ImageButton:
419419
alt_text: str = ''
420420
authorization_action: AuthorizationAction = None
421421
compose_action: tuple[Action, ComposedEmailType] = None
422-
icon: Icon = Icon.NONE
422+
icon: Icon = None # Icon.NONE
423423
icon_url: str = ''
424424
on_click_action: Action = field(metadata=config(field_name="onClick"),
425425
default=None)

0 commit comments

Comments
 (0)