Skip to content

Commit 357a8e3

Browse files
remove warings.
1 parent 4fac2b5 commit 357a8e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ui/layouts/pipelines/Pipelines/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useEffect, useState } from 'react';
1+
import React, { useState } from 'react';
22
import { translate } from './translate';
33
import { List } from './List';
44
import { AllRuns } from './AllRuns';
@@ -10,7 +10,6 @@ import FilterComponent, {
1010
getInitialFilterStateForPipeline,
1111
getInitialFilterStateForRuns,
1212
} from '../../../components/Filters';
13-
import { source } from '../../../../api/fetchApi';
1413

1514
const FilterWrapper = () => {
1615
// TODO: Dev please note: getInitialFilterState is for stack inital filter value for any other component you need to modify it

0 commit comments

Comments
 (0)