File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const FILTER_CHECK = 'jp-codeSnippet-filter-check';
24
24
const FILTER_TITLE = 'jp-codeSnippet-filter-title' ;
25
25
const FILTER_TOOLS = 'jp-codeSnippet-filterTools' ;
26
26
const FILTER_SEARCHBAR = 'jp-codeSnippet-searchbar' ;
27
- const FILTER_SEARCHWRAPPER = 'jp-codesnippet -searchwrapper' ;
27
+ const FILTER_SEARCHWRAPPER = 'jp-codeSnippet -searchwrapper' ;
28
28
const FILTER_CLASS = 'jp-codeSnippet-filter' ;
29
29
const FILTER_BUTTON = 'jp-codeSnippet-filter-btn' ;
30
30
@@ -181,7 +181,7 @@ export class FilterTools extends React.Component<
181
181
type = "text"
182
182
placeholder = "SEARCH SNIPPETS"
183
183
onChange = { this . handleSearch }
184
- rightIcon = "search"
184
+ rightIcon = "ui-components: search"
185
185
value = { this . state . searchValue }
186
186
/>
187
187
</ div >
You can’t perform that action at this time.
0 commit comments