Akaunting select add new modal value empty issue solved

This commit is contained in:
Cüneyt Şentürk 2020-07-27 17:07:29 +03:00
parent 41608226ab
commit 719fecb7ba

View File

@ -1018,10 +1018,6 @@ export default {
var value = this.$children[0].$children[0].$refs.input.value; var value = this.$children[0].$children[0].$refs.input.value;
} }
if (value === '') {
return false;
}
if (this.add_new.type == 'inline') { if (this.add_new.type == 'inline') {
if (value === '') { if (value === '') {
return false; return false;