mirror of
https://github.com/thedevs-network/kutt-extension.git
synced 2026-02-03 13:53:23 +00:00
fix: creating short url issue with domain
This commit is contained in:
@@ -159,7 +159,7 @@ function Popup() {
|
|||||||
{
|
{
|
||||||
id: CONSTANTS.DefaultDomainId,
|
id: CONSTANTS.DefaultDomainId,
|
||||||
option: defaultHost.hostDomain,
|
option: defaultHost.hostDomain,
|
||||||
value: defaultHost.hostUrl,
|
value: defaultHost.hostDomain,
|
||||||
disabled: false,
|
disabled: false,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user