We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fac2b5 commit 357a8e3Copy full SHA for 357a8e3
src/ui/layouts/pipelines/Pipelines/index.tsx
@@ -1,4 +1,4 @@
1
-import React, { useEffect, useState } from 'react';
+import React, { useState } from 'react';
2
import { translate } from './translate';
3
import { List } from './List';
4
import { AllRuns } from './AllRuns';
@@ -10,7 +10,6 @@ import FilterComponent, {
10
getInitialFilterStateForPipeline,
11
getInitialFilterStateForRuns,
12
} from '../../../components/Filters';
13
-import { source } from '../../../../api/fetchApi';
14
15
const FilterWrapper = () => {
16
// TODO: Dev please note: getInitialFilterState is for stack inital filter value for any other component you need to modify it
0 commit comments