mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +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) {
|
if (!_.isEmpty(component) && component.name === key) {
|
||||||
return {
|
return {
|
||||||
iconName: key,
|
iconName: key,
|
||||||
iconPath: `assets/images/icons/widgets/${
|
iconPath: `assets/images/icons/widgets/${component.component.toLowerCase() === 'radiobutton' ? 'radio-button' : component.component.toLowerCase()
|
||||||
component.component.toLowerCase() === 'radiobutton' ? 'radio-button' : component.component.toLowerCase()
|
}.svg`,
|
||||||
}.svg`,
|
|
||||||
className: 'component-icon',
|
className: 'component-icon',
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue