Skip to content

Commit

Permalink
fix(inv-compliance): fix helpers import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Feb 4, 2021
1 parent 565cd76 commit b5b51b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { conditionalFilterType } from '@redhat-cloud-services/frontend-components/ConditionalFilter';
import {
stringToId
} from './FilterConfigBuilder';
} from './Helpers';

class FilterBuilder {
constructor(filterConfig) {
Expand Down

0 comments on commit b5b51b0

Please sign in to comment.