Skip to content

Commit ec6ca45

Browse files
authored
Merge pull request #1227 from complexdatacollective/fix/autocomplete-roster
Fix/autocomplete roster
2 parents ab93de5 + 6e99521 commit ec6ca45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/containers/Interfaces/NameGeneratorAutoComplete.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ class NameGeneratorAutoComplete extends Component {
8484
id={ListId}
8585
listId={`${stage.id}_${prompt.id}_${ListId}`}
8686
items={nodesForPrompt}
87+
stage={stage}
8788
itemType="EXISTING_NODE"
8889
/>
8990
</div>

0 commit comments

Comments
 (0)