[MM-54276] Stop URL from being populated on validation regardless of change/timeout (#2814)
This commit is contained in:
@@ -127,9 +127,6 @@ function ConfigureServer({
|
||||
const validateURL = async (url: string) => {
|
||||
let message;
|
||||
const validationResult = await window.desktop.validateServerURL(url);
|
||||
if (validationResult.validatedURL) {
|
||||
setUrl(validationResult.validatedURL);
|
||||
}
|
||||
|
||||
if (validationResult?.status === URLValidationStatus.Missing) {
|
||||
message = {
|
||||
|
Reference in New Issue
Block a user