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