Skip to content

Commit

Permalink
Implemented LocalUriInput component, and supporting methods. Implemen…
Browse files Browse the repository at this point in the history
…ted unit and integration tests for LocalUriInput. Refactored various other classes and components to support LocalUriInput.

Signed-off-by: AWSHurneyt <[email protected]>
  • Loading branch information
AWSHurneyt committed Feb 7, 2022
1 parent 21dca6c commit aab4421
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function getOverviewStats(
detector,
detectorId
) {
let searchType = _.has(monitor, 'inputs[0].uri')
const searchType = _.has(monitor, 'inputs[0].uri')
? SEARCH_TYPE.LOCAL_URI
: _.get(monitor, 'ui_metadata.search.searchType', 'query');

Expand Down

0 comments on commit aab4421

Please sign in to comment.