fix ipv6 address label and clear errors always on submit
This commit is contained in:
@@ -71,6 +71,8 @@ async function onSubmit() {
|
||||
if (!isValid.value) return;
|
||||
|
||||
editBusy.value = true;
|
||||
editError.value = {};
|
||||
|
||||
const [error] = await networkModel.setIpv4Config(editProvider.value, editAddress.value, editInterfaceName.value);
|
||||
if (error) {
|
||||
editBusy.value = false;
|
||||
|
||||
Reference in New Issue
Block a user