spacing removed

This commit is contained in:
Burak Civan 2022-12-15 17:03:57 +03:00
parent 1e60201958
commit 08267f76d2

View File

@ -362,7 +362,7 @@ export default {
mounted() {
// Check Here..
this.selected = this.value;
if (this.model.length) {
try {
if (eval(this.model) !== undefined) {