Pull request 1720: 4940-version-check-error
Updates #4940. Squashed commit of the following: commit f8cc9aeb63478e17a7e5108e2ebacf49a79ed2a3 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Jan 26 20:23:24 2023 +0300 client: imp version check fail message
This commit is contained in:
@@ -141,7 +141,7 @@ export const getVersion = (recheck = false) => async (dispatch, getState) => {
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
dispatch(addErrorToast({ error }));
|
||||
dispatch(addErrorToast({ error: 'version_request_error' }));
|
||||
dispatch(getVersionFailure());
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user