mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
revert changes from Inspector.jsx
This commit is contained in:
parent
57da84b02d
commit
59c30e9cbd
1 changed files with 2 additions and 2 deletions
|
|
@ -462,8 +462,8 @@ export const Inspector = ({
|
|||
componentMeta.displayName === 'Toggle Switch (Legacy)'
|
||||
? 'Toggle (Legacy)'
|
||||
: componentMeta.displayName === 'Toggle Switch'
|
||||
? 'Toggle Switch'
|
||||
: componentMeta.component,
|
||||
? 'Toggle Switch'
|
||||
: componentMeta.component,
|
||||
})}
|
||||
</small>
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Reference in a new issue