diff --git a/packages/Webkul/Admin/src/Resources/views/configuration/field-type.blade.php b/packages/Webkul/Admin/src/Resources/views/configuration/field-type.blade.php
index a0009e1f4..3bf060fcb 100755
--- a/packages/Webkul/Admin/src/Resources/views/configuration/field-type.blade.php
+++ b/packages/Webkul/Admin/src/Resources/views/configuration/field-type.blade.php
@@ -408,12 +408,12 @@
[@{{ channel_locale }}]
-
-
@@ -436,12 +436,15 @@
return {
isRequire: false,
isVisible: false,
+ savedValue: "",
}
},
mounted: function () {
var this_this = this;
+ this_this.savedValue = this_this.result;
+
if (this_this.validations || (this_this.validations.indexOf("required") != -1)) {
this_this.isRequire = true;
}