Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <Dropdown
  2. loading={loading}
  3. error={!!error}
  4. inline
  5. value={this.props.entityId || null}
  6. onChange={(e, { value }) => {
  7. client.writeData({data: {teamBudget: value, __typename: 'TeamBudget'}})
  8. }}
  9. options={options}
  10. placeholder={options ? 'Select Draft' : 'Error!'}
  11. />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement