diff --git a/src/short-urls/CreateShortUrl.tsx b/src/short-urls/CreateShortUrl.tsx index d3abc7c9..480d0df9 100644 --- a/src/short-urls/CreateShortUrl.tsx +++ b/src/short-urls/CreateShortUrl.tsx @@ -95,14 +95,8 @@ const CreateShortUrl = ( /> ); - - const currentServerVersion = isReachableServer(selectedServer) ? selectedServer.version : ''; - const disableDomain = !versionMatch(currentServerVersion, { minVersion: '1.19.0-beta.1' }); - const showDomainSelector = versionMatch(currentServerVersion, { minVersion: '2.4.0' }); - const disableShortCodeLength = !versionMatch(currentServerVersion, { minVersion: '2.1.0' }); - - return ( -