Skip to content

Commit

Permalink
Merge pull request #580 from codaco/release/4.1.2
Browse files Browse the repository at this point in the history
Release branch for 4.1.2
  • Loading branch information
jthrilly authored Sep 19, 2019
2 parents ce8dd3b + 17d7280 commit c9ffa32
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion network-canvas
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "network-canvas-architect",
"version": "4.1.1",
"version": "4.1.2",
"productName": "Network Canvas Architect",
"description": "A tool for creating Network Canvas interviews.",
"author": "Complex Data Collective",
Expand Down
2 changes: 1 addition & 1 deletion public/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "network-canvas-architect",
"version": "4.1.1",
"version": "4.1.2",
"productName": "Network Canvas Architect",
"description": "A tool for creating Network Canvas interviews.",
"author": "Complex Data Collective",
Expand Down
9 changes: 9 additions & 0 deletions src/components/sections/NodeType/NodeType.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,15 @@ class NodeType extends Component {
>
Create new node type
</Button>
{ nodeTypes.length !== 0 &&
<div>
<h4>
Tip: ensure you create and assign a variable called &quot;name&quot; for this
node type, unless you have a good reason not to. Network Canvas will then
automatically use this variable as the label for the node in the interview.
</h4>
</div>
}
</div>
</div>
</Row>
Expand Down
5 changes: 3 additions & 2 deletions src/components/sections/QuickAdd/QuickAdd.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ const QuickAdd = ({
</p>
<p>
<strong>
Tip: create or assign a variable called &quot;name&quot; and network
canvas will automatically use it as the visual label for the node.
Tip: use a variable called &quot;name&quot; unless you have a good reason not to.
Network Canvas will then automatically use this variable as the label for the node in
the interview.
</strong>
</p>
<div className="stage-editor-section-form">
Expand Down

0 comments on commit c9ffa32

Please sign in to comment.