This commit is contained in:
Jitendra Singh 2020-01-24 13:54:54 +05:30
parent d5c0891055
commit d1ab679e3e
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@
@endif
@foreach (app('Webkul\Core\Repositories\LocaleRepository')->all() as $locale)
row['{{ $locale->code }}'] = "{{ $option->translate($locale->code)['label'] }}";
row['{{ $locale->code }}'] = "{{ $option->translate($locale->code)['label'] ?? '' }}";
@endforeach
this.optionRows.push(row);