remove double error in restore view
This commit is contained in:
@@ -337,8 +337,6 @@ onMounted(async () => {
|
||||
</button>
|
||||
</p>
|
||||
|
||||
<div class="error-label" v-if="formError.generic">{{ formError.generic }}</div>
|
||||
|
||||
<form ref="form" @submit.prevent="onSubmit()" @input="checkValidity()">
|
||||
<fieldset :disabled="busy">
|
||||
<input type="submit" style="display: none;"/>
|
||||
|
||||
Reference in New Issue
Block a user