uno reverse the filters
Signed-off-by: Peter Macdonald <peterm4c@pm.me>
This commit is contained in:
@@ -81,7 +81,12 @@ const EntityOwnershipCard = EntityCardBlueprint.makeWithOverrides({
|
||||
: !config.showAggregateMembersToggle
|
||||
}
|
||||
entityFilterKind={
|
||||
config.entityFilterKind ?? ['Component', 'API', 'System']
|
||||
config.entityFilterKind ?? [
|
||||
'Component',
|
||||
'API',
|
||||
'System',
|
||||
'Resource',
|
||||
]
|
||||
}
|
||||
/>
|
||||
)),
|
||||
|
||||
Reference in New Issue
Block a user