successfully repair default hubs when custom hub fails (#7366)
This commit is contained in:
parent
27e8159db9
commit
18619cac20
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ export function doClearDaemonSetting(key) {
|
|||
const state = getState();
|
||||
const ready = selectPrefsReady(state);
|
||||
|
||||
if (!ready) {
|
||||
if (!ready && key !== DAEMON_SETTINGS.LBRYUM_SERVERS) {
|
||||
return dispatch(doAlertWaitingForSync());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue