Skip to content

Commit

Permalink
fix(tickets): issue where not all users would load on behalf of ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Dec 23, 2019
1 parent a4d7004 commit 7ca56f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/containers/Modals/CreateTicketModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class CreateTicketModal extends React.Component {

componentDidMount () {
this.props.fetchGroups()
this.props.fetchAccounts({ type: 'all' })
this.props.fetchAccounts({ type: 'all', limit: 1000 })
helpers.UI.inputs()
helpers.formvalidator()
this.defaultTicketTypeWatcher = when(
Expand Down

0 comments on commit 7ca56f5

Please sign in to comment.