fixed action reset menu clearing throwing an error

This commit is contained in:
Thaum Rystra
2020-04-23 15:37:30 +02:00
parent 4e57bd4a73
commit a86176a20d

View File

@@ -94,7 +94,7 @@
:error-messages="errors.reset"
:menu-props="{auto: true, lazy: true}"
:debounce-time="debounceTime"
@change="(value, ack) => $emit('change', {path: ['reset'], value, ack})"
@change="(value, ack) => $emit('change', {path: ['reset'], value: value || '', ack})"
/>
</form-section>
</form-sections>