Fix groups being redlined in the events sheet (#4134)

Do not show in changelog
This commit is contained in:
Florian Rival
2022-07-24 17:05:47 +03:00
committed by GitHub
parent 7ebf3c559b
commit 43bd02f99f

View File

@@ -199,7 +199,7 @@ const Instruction = (props: Props) => {
globalObjectsContainer,
objectsContainer,
objectOrGroupName,
false
/*searchInGroups=*/ true
) === parameterMetadata.getExtraInfo());
}