From 9c0f0b23f118421fedd94326aae27ecb6ac15100 Mon Sep 17 00:00:00 2001 From: Haroen Viaene Date: Tue, 12 Feb 2019 12:48:21 +0100 Subject: [PATCH] www: add analytics tags to the plugin search (#11693) * www: add analytics tags to the plugin search * add import * Update www/src/components/plugin-searchbar-body.js --- www/src/components/plugin-searchbar-body.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/src/components/plugin-searchbar-body.js b/www/src/components/plugin-searchbar-body.js index d6322b48e5a8d..0136ddb972674 100644 --- a/www/src/components/plugin-searchbar-body.js +++ b/www/src/components/plugin-searchbar-body.js @@ -1,6 +1,7 @@ import React, { Component } from "react" import { InstantSearch, + Configure, SearchBox, Stats, RefinementList, @@ -195,6 +196,7 @@ class Search extends Component {
+