fix: creating short url issue with domain

This commit is contained in:
abhijithvijayan
2026-01-04 00:18:22 +05:30
parent e6857a68e4
commit 7e25514176

View File

@@ -159,7 +159,7 @@ function Popup() {
{
id: CONSTANTS.DefaultDomainId,
option: defaultHost.hostDomain,
value: defaultHost.hostUrl,
value: defaultHost.hostDomain,
disabled: false,
},
];