Skip to content

Commit

Permalink
Merge pull request #1227 from complexdatacollective/fix/autocomplete-…
Browse files Browse the repository at this point in the history
…roster

Fix/autocomplete roster
  • Loading branch information
buckhalt authored Apr 14, 2023
2 parents ab93de5 + 6e99521 commit ec6ca45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/containers/Interfaces/NameGeneratorAutoComplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ class NameGeneratorAutoComplete extends Component {
id={ListId}
listId={`${stage.id}_${prompt.id}_${ListId}`}
items={nodesForPrompt}
stage={stage}
itemType="EXISTING_NODE"
/>
</div>
Expand Down

0 comments on commit ec6ca45

Please sign in to comment.