Merge pull request #4917 from bagisto-europe/4886

fixed #4886
This commit is contained in:
Glenn Hermans 2021-06-10 05:26:56 +02:00 committed by GitHub
commit b873567614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -96,6 +96,7 @@
<td>
<div class="control-group" style="margin-bottom: 10px;">
<select v-model="link.type" :name="[linkInputName + '[type]']" class="control">
<option value=""></option>
<option value="file">{{ __('admin::app.catalog.products.upload-file') }}</option>
<option value="url">{{ __('admin::app.catalog.products.url') }}</option>
</select>
@ -531,4 +532,4 @@
});
</script>
@endpush
@endpush