added external URL

This commit is contained in:
CHIEFSOFT\ameye
2025-10-03 20:34:31 -04:00
parent 698c89edfc
commit 13900793af
@@ -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>