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';
2424const FILTER_TITLE = 'jp-codeSnippet-filter-title' ;
2525const FILTER_TOOLS = 'jp-codeSnippet-filterTools' ;
2626const FILTER_SEARCHBAR = 'jp-codeSnippet-searchbar' ;
27- const FILTER_SEARCHWRAPPER = 'jp-codesnippet -searchwrapper' ;
27+ const FILTER_SEARCHWRAPPER = 'jp-codeSnippet -searchwrapper' ;
2828const FILTER_CLASS = 'jp-codeSnippet-filter' ;
2929const FILTER_BUTTON = 'jp-codeSnippet-filter-btn' ;
3030
@@ -181,7 +181,7 @@ export class FilterTools extends React.Component<
181181 type = "text"
182182 placeholder = "SEARCH SNIPPETS"
183183 onChange = { this . handleSearch }
184- rightIcon = "search"
184+ rightIcon = "ui-components: search"
185185 value = { this . state . searchValue }
186186 />
187187 </ div >
You can’t perform that action at this time.
0 commit comments