mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
revert changes from SidebarInspector.jsx
This commit is contained in:
parent
59c30e9cbd
commit
60107bbfcd
1 changed files with 2 additions and 3 deletions
|
|
@ -110,9 +110,8 @@ export const LeftSidebarInspector = ({
|
|||
if (!_.isEmpty(component) && component.name === key) {
|
||||
return {
|
||||
iconName: key,
|
||||
iconPath: `assets/images/icons/widgets/${
|
||||
component.component.toLowerCase() === 'radiobutton' ? 'radio-button' : component.component.toLowerCase()
|
||||
}.svg`,
|
||||
iconPath: `assets/images/icons/widgets/${component.component.toLowerCase() === 'radiobutton' ? 'radio-button' : component.component.toLowerCase()
|
||||
}.svg`,
|
||||
className: 'component-icon',
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue