Skip to content

Commit

Permalink
pass stage to node list on namegen autocomplete - fixes crash
Browse files Browse the repository at this point in the history
  • Loading branch information
jthrilly committed Apr 12, 2023
1 parent 0974908 commit 6e99521
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 6e99521

Please sign in to comment.