Skip to content

Commit

Permalink
add initValue prop
Browse files Browse the repository at this point in the history
  • Loading branch information
dzonidoo committed Oct 20, 2023
1 parent 8d3fee8 commit 854df9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/apps/contacts/components/Form/ProfileDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ export class ProfileDetail extends React.PureComponent<IProps, IState> {
field="organisation"
label={gettext('Organisation')}
value={this.state.orgValue}
initValue
onChange={this.handleOrgChange}
querySearch={true}
onQuerySearch={((text) => this.getSearchResult('organisation', text))}
Expand Down

0 comments on commit 854df9d

Please sign in to comment.