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