Skip to content

Commit

Permalink
Merge pull request #675 from the-deep/fix-ary-field-type
Browse files Browse the repository at this point in the history
Change filed types in assessment summary
  • Loading branch information
AdityaKhatri authored Feb 5, 2019
2 parents 1234192 + 0753d94 commit c9a9f0b
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { connect } from 'react-redux';
import FaramGroup from '#rscg/FaramGroup';
import SelectInput from '#rsci/SelectInput';
import HiearchicalSelectInput from '#rsci/HierarchicalSelectInput';
import TextInput from '#rsci/TextInput';

import {
priorityIssuesSelector,
Expand Down Expand Up @@ -101,13 +102,9 @@ export default class HumanitarianAccess extends React.PureComponent {
);
} else if (rowKey === 'affectedLocation') {
return (
<SelectInput
<TextInput
faramElementName={columnKey}
showHintAndError={false}
options={affectedLocations}
labelSelector={HumanitarianAccess.nodeLabelSelector}
keySelector={HumanitarianAccess.nodeIdSelector}
placeholder=""
/>
);
}
Expand Down

0 comments on commit c9a9f0b

Please sign in to comment.