fix(ManageDittoServer): remove toast.error out of if statement
This commit is contained in:
parent
035d7a0a32
commit
64a7581d0a
|
@ -102,8 +102,8 @@ const ManageDittoServer: React.FC = () => {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
} catch { /* empty */ }
|
} catch { /* empty */ }
|
||||||
toast.error(err.message);
|
|
||||||
}
|
}
|
||||||
|
toast.error(err.message);
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue