Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Remove shared file
Browse files Browse the repository at this point in the history
  • Loading branch information
eseliger committed Jul 20, 2020
1 parent 1af05cd commit d03a8a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { ChangesetNodeProps, ChangesetNode } from './ChangesetNode'
import { ThemeProps } from '../../../../../../shared/src/theme'
import { FilteredConnection, FilteredConnectionQueryArgs, Connection } from '../../../../components/FilteredConnection'
import { Observable, Subject, merge, of } from 'rxjs'
import { DEFAULT_CHANGESET_PATCH_LIST_COUNT } from '../presentation'
import { upperFirst, lowerCase } from 'lodash'
import { queryChangesets as _queryChangesets } from '../backend'
import { repeatWhen, delay, withLatestFrom, map, filter, switchMap } from 'rxjs/operators'
Expand Down Expand Up @@ -207,7 +206,7 @@ export const CampaignChangesets: React.FunctionComponent<Props> = ({
}}
queryConnection={queryChangesetsConnection}
hideSearch={true}
defaultFirst={DEFAULT_CHANGESET_PATCH_LIST_COUNT}
defaultFirst={15}
noun="changeset"
pluralNoun="changesets"
history={history}
Expand Down
2 changes: 0 additions & 2 deletions web/src/enterprise/campaigns/detail/presentation.ts

This file was deleted.

0 comments on commit d03a8a3

Please sign in to comment.