Fixed calculated toggles not hiding some props from the sheet
This commit is contained in:
@@ -42,6 +42,7 @@ export default {
|
||||
type: 'toggle',
|
||||
showUI: true,
|
||||
deactivatedByAncestor: { $ne: true },
|
||||
deactivatedByToggle: { $ne: true },
|
||||
},
|
||||
{
|
||||
type: { $ne: 'toggle' },
|
||||
|
||||
Reference in New Issue
Block a user