File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/studio-home/tabs-section/libraries-tab Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ import AlertMessage from '@src/generic/alert-message';
9
9
import { useLibrariesV1Data } from '@src/studio-home/data/apiHooks' ;
10
10
import CardItem from '@src/studio-home/card-item' ;
11
11
import { useCallback , useState } from 'react' ;
12
+ import SearchFilterWidget from '@src/search-manager/SearchFilterWidget' ;
12
13
import messages from '../messages' ;
13
14
import { MigrateLegacyLibrariesAlert } from './MigrateLegacyLibrariesAlert' ;
14
- import SearchFilterWidget from '../../../search-manager/SearchFilterWidget' ;
15
15
16
16
function findInValues < T extends { } > ( arr : T [ ] | undefined , value : string ) {
17
17
return arr ?. filter ( o => Object . entries ( o ) . some ( entry => String ( entry [ 1 ] ) . toLowerCase ( ) . includes (
You can’t perform that action at this time.
0 commit comments