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}) => { 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({