diff --git a/src/components/Apps/AppsDevModeHome.tsx b/src/components/Apps/AppsDevModeHome.tsx index 3ffeccf..a5b4df1 100644 --- a/src/components/Apps/AppsDevModeHome.tsx +++ b/src/components/Apps/AppsDevModeHome.tsx @@ -59,11 +59,11 @@ export const AppsDevModeHome = ({ }); return; } - await show({ + const {portVal, domainVal} = await show({ message: "", publishFee: "", }); - const framework = domain + ":" + port; + const framework = domainVal + ":" + portVal; const response = await fetch( `${getBaseApiReact()}/developer/proxy/start`, { @@ -170,7 +170,7 @@ export const AppsDevModeHome = ({