Skip to content

Commit

Permalink
Move doc link on form overview page out of else block
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-white committed Sep 5, 2018
1 parent 5500b10 commit a8bce9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/components/form/overview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ except according to the terms contained in the LICENSE file.
<strong>{{ fieldKeyCount.toLocaleString() }} App Users</strong>
</router-link>
on this server, but you can always add more.
<doc-link to="central-submissions/">
Click here to find out more.
</doc-link>
</template>
<doc-link to="central-submissions/">
Click here to find out more.
</doc-link>
</p>
</form-overview-step>
<form-overview-step :stage="stepStage(3)">
Expand Down

0 comments on commit a8bce9b

Please sign in to comment.