Fixed overriden props showing up in stats tab
This commit is contained in:
@@ -530,6 +530,7 @@ export default {
|
||||
{ inactive: { $ne: true } },
|
||||
{ type: 'toggle' },
|
||||
],
|
||||
overridden: {$ne: true},
|
||||
removed: { $ne: true },
|
||||
type: {
|
||||
$in: [
|
||||
|
||||
Reference in New Issue
Block a user