Skip to content

Commit 4ddc15a

Browse files
committed
FO-2883 Fjernet søkefelt inntil videre
1 parent 464c97e commit 4ddc15a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/components/filters/filters.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import React from 'react';
2-
import { Sokefelt } from './sokefelt/sokefelt';
3-
import './filters.less';
42
import { EnhetDropdown } from './enhet-dropdown/enhet-dropdown';
53
import { StatusDropdown } from './status-dropwdown/status-dropdown';
64
import { BrukerFilter } from './bruker-filter/bruker-filter';
5+
import './filters.less';
76

87
export const Filters = () => {
98
return (
@@ -13,7 +12,10 @@ export const Filters = () => {
1312
<BrukerFilter />
1413
<StatusDropdown />
1514
</div>
16-
<Sokefelt/>
15+
{/*
16+
Se FO-2883
17+
<Sokefelt/>
18+
*/}
1719
</div>
1820
);
1921
};

0 commit comments

Comments
 (0)