Skip to content

Commit

Permalink
ignoring avilable flag for datatype datarefs. Fixes #121
Browse files Browse the repository at this point in the history
  • Loading branch information
raffazizzi committed Mar 16, 2021
1 parent 5a3733c commit aac2cc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DatatypeContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export default class DatatypeContent extends Component {
<DataRef member={this.props.datatype}
memberType="datatype"
datatype={c.key || c.name}
available="true"
restriction={c.restriction || ''}
index={i}
setRestriction={(v) => this.setDataRefRestriction(v, c.key || c.name, i)} />
Expand Down

0 comments on commit aac2cc4

Please sign in to comment.