diff --git a/packages/Webkul/Admin/src/Resources/views/catalog/products/field-types/text.blade.php b/packages/Webkul/Admin/src/Resources/views/catalog/products/field-types/text.blade.php index 5b9b01c70..d68e4dd2a 100755 --- a/packages/Webkul/Admin/src/Resources/views/catalog/products/field-types/text.blade.php +++ b/packages/Webkul/Admin/src/Resources/views/catalog/products/field-types/text.blade.php @@ -11,7 +11,9 @@ @else v-validate="'{{ $validations }}'" @endif - data-vv-as=""{{ $attribute->admin_name }}"" + + {{-- To Do (@devansh-webkul): Need to handle from the backend. --}} {{ in_array($attribute->code, ['url_key']) ? 'v-slugify' : '' }} - {{ $attribute->code == 'name' && ! $product[$attribute->code] ? 'v-slugify-target=\'url_key\'' : '' }}> \ No newline at end of file + {{ $attribute->code == 'name' && ! $product[$attribute->code] ? 'v-slugify-target=\'url_key\'' : '' }} +> \ No newline at end of file