Skip to content

Commit

Permalink
fixed className bug
Browse files Browse the repository at this point in the history
  • Loading branch information
oegedijk committed Dec 8, 2020
1 parent 639e45d commit 93a7989
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ def layout(self):
return dbc.Card([
make_hideable(
dbc.CardHeader([
html.H3(self.title, id='reg-prediction-title-'+self.name, classname='card-title'),
html.H3(self.title, id='reg-prediction-title-'+self.name, className='card-title'),
dbc.Tooltip(self.description, target='reg-prediction-title-'+self.name),
]), hide=self.hide_title),
dbc.CardBody([
Expand Down

0 comments on commit 93a7989

Please sign in to comment.