linter fix
This commit is contained in:
parent
94664011cf
commit
dcb91dab70
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ const AttachIncidentForm = observer((props: AttachIncidentFormProps) => {
|
|||
displayField="render_for_web.title"
|
||||
placeholder="Select Incident"
|
||||
className={cx('select', 'control')}
|
||||
filterOptions={id => id !== props.id}
|
||||
filterOptions={(id) => id !== props.id}
|
||||
value={selected}
|
||||
onChange={getChangeHandler}
|
||||
getDescription={(item: Alert) => moment(item.started_at).format('MMM DD, YYYY hh:mm A')}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue