Skip to content

Commit

Permalink
Test the Actions Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Thornley committed Nov 7, 2023
1 parent 5917d44 commit 54bf0d7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ export let getHighlightSettings = (schema, node) => {
_.concat(schemaInlineAliases), // Include the provided field aliases if any
_.uniq,
arrayToHighlightsFieldMap, // Convert the array to object map so we can simply _.pick again
_.merge(schemaHighlight.fields || {}),
(filtered) =>
showOtherMatches
? // Highlight on all fields specified in the initial _.pick above.
Expand Down

0 comments on commit 54bf0d7

Please sign in to comment.