Skip to content

Commit

Permalink
fix(ui): resolved default system bucket dropdown issue
Browse files Browse the repository at this point in the history
  • Loading branch information
asalem1 committed Mar 19, 2020
1 parent 794b8cd commit 067adfe
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ import {AppState, Bucket, Organization, ResourceType} from 'src/types'
// Selectors
import {getAll} from 'src/resources/selectors'
import {getOrg} from 'src/organizations/selectors'
import {isSystemBucket} from 'src/buckets/selectors'

// Utils
import {isSystemBucket} from 'src/buckets/constants/index'

export interface CollectorsStepProps {
currentStepIndex: number
Expand Down

0 comments on commit 067adfe

Please sign in to comment.