Skip to content

Commit

Permalink
Do not render icon by default (#4995)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored May 31, 2023
1 parent 9cc29ce commit 10ccb5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/widgets/button.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def _process_param_change(self, params):

class IconMixin(Widget):

icon = param.String(default='', doc="""
icon = param.String(default=None, doc="""
An icon to render to the left of the button label. Either an SVG or an
icon name which is loaded from https://tabler-icons.io/.""")

Expand Down

0 comments on commit 10ccb5e

Please sign in to comment.