Skip to content

Commit

Permalink
Merge pull request #37 from panel-extensions/toggle_icon_fix_description
Browse files Browse the repository at this point in the history
Ensure ToggleIcon renders when description is provided
  • Loading branch information
philippjfr authored Jan 3, 2025
2 parents d5df8e5 + d53f353 commit 223c942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panel_material_ui/widgets/ToggleIcon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function render({model, el}) {
container: el
}}
>
{button}
{checkbox}
</Tooltip>) : checkbox
)
}

0 comments on commit 223c942

Please sign in to comment.