Fix indentation

This commit is contained in:
benguozakinci@gmail.com 2021-07-02 15:59:00 +03:00
parent 8f27089cb0
commit f7d683fff1
2 changed files with 0 additions and 2 deletions

Binary file not shown.

View File

@ -39,8 +39,6 @@
}
},
watch: {
'form.sale_price': function (newVal, oldVal) {
if (newVal != '' && newVal.search('^(?=.*?[0-9])[0-9.,]+$') == -1) {