Skip to content

Commit

Permalink
Fix the admin URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sbvhev committed Jun 22, 2016
1 parent 9949f49 commit 960f6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formbuilder/components/FormCreated.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function FormCreated(props) {

<label>And this is the <a href={adminURL}>link to the administration dashboard</a>:</label>
<p>Keep this URL in a safe place and give it only to the administrators.</p>
<URLDisplay url={userformURL} type="admin" />
<URLDisplay url={adminURL} type="admin" />
</div>
</form>
);
Expand Down

0 comments on commit 960f6ec

Please sign in to comment.