Skip to content

Commit

Permalink
type not in widgets => widget is not override (#1378)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavArtley committed May 31, 2020
1 parent 6fd03b9 commit 19f0827
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions panel/param.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ def widget(self, p_name):
if 'type' in self.widgets[p_name]:
widget_class = self.widgets[p_name].pop('type')
else:
widget_class_overridden = False
widget_class = self.widget_type(p_obj)
kw_widget = self.widgets[p_name]
else:
Expand Down

0 comments on commit 19f0827

Please sign in to comment.