fixed messagebox URL
This commit is contained in:
parent
f190dd7b6e
commit
6d5234e95c
@ -9,7 +9,7 @@ function Msgbox(props) {
|
|||||||
<span className="card-title">
|
<span className="card-title">
|
||||||
{ props.error ? <span> { "Unable to update: " + props.error } </span> : null }
|
{ props.error ? <span> { "Unable to update: " + props.error } </span> : null }
|
||||||
{ props.msg ? <span className="white-text">{ "Updated migration details for: " + props.msg }</span> : null }
|
{ props.msg ? <span className="white-text">{ "Updated migration details for: " + props.msg }</span> : null }
|
||||||
{ props.linkid ? <a href={ process.env.REACT_APP_SITE_URL + props.linkid } className="white-link">{process.env.REACT_APP_SITE_URL + props.linkid }</a> : null }
|
{ props.linkid ? <a href={ process.env.REACT_APP_SITE_URL + "migrations/" + props.linkid } className="white-link">{process.env.REACT_APP_SITE_URL + "migrations/" + props.linkid }</a> : null }
|
||||||
</span>
|
</span>
|
||||||
</center>
|
</center>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user