added external URL
This commit is contained in:
@@ -14,6 +14,7 @@ const initialValues = {
|
|||||||
const URLConfiguration = ({productData}) => {
|
const URLConfiguration = ({productData}) => {
|
||||||
|
|
||||||
let defaultUrl = 'https://' + productData?.internal_url
|
let defaultUrl = 'https://' + productData?.internal_url
|
||||||
|
let externaltUrl = productData?.external_url
|
||||||
|
|
||||||
// API to set url
|
// API to set url
|
||||||
const setURL = useMutation({
|
const setURL = useMutation({
|
||||||
@@ -101,11 +102,11 @@ const URLConfiguration = ({productData}) => {
|
|||||||
<p className='text-success'>{'Completed successfully'}</p>
|
<p className='text-success'>{'Completed successfully'}</p>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
<div style={{backgroundColor:'#94b8c0', borderRadius: '10px', padding: '10px'}}>
|
<div style={{backgroundColor: '#94b8c0', borderRadius: '10px', padding: '10px'}}>
|
||||||
Final steps to configure your URL:<br />
|
Final steps to configure your URL:<br/>
|
||||||
DNS:<br />
|
DNS:<br/>
|
||||||
DNS:<br />
|
DNS:<br/>
|
||||||
DNS:<br />
|
DNS:<br/>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user