mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
fix
This commit is contained in:
parent
9be24dc2c2
commit
f53366ec19
1 changed files with 0 additions and 5 deletions
|
|
@ -39,11 +39,6 @@ export class MoveVisibilityDisabledStatesDividerLink1743053824028 implements Mig
|
|||
delete styles.visibility;
|
||||
}
|
||||
|
||||
if (styles.disabledState) {
|
||||
properties.disabledState = styles.disabledState;
|
||||
delete styles.disabledState;
|
||||
}
|
||||
|
||||
if (general?.tooltip) {
|
||||
properties.tooltip = general?.tooltip;
|
||||
delete general?.tooltip;
|
||||
|
|
|
|||
Loading…
Reference in a new issue