Update importer-mapping-form.vue
spelling fix of variable
This commit is contained in:
parent
e105f6bdd3
commit
cdab34fc72
|
@ -56,7 +56,7 @@
|
||||||
<span class="icon">
|
<span class="icon">
|
||||||
<i class="tainacan-icon tainacan-icon-approvedcircle"/>
|
<i class="tainacan-icon tainacan-icon-approvedcircle"/>
|
||||||
</span>
|
</span>
|
||||||
{{ $i18n.get('label_set_all_create_metadada') }}
|
{{ $i18n.get('label_set_all_create_metadata') }}
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
v-if="collectionId != null && collectionId != undefined && importerSourceInfo.source_metadata &&importerSourceInfo.source_metadata.length > 0 && collection && collection.current_user_can_edit_metadata"
|
v-if="collectionId != null && collectionId != undefined && importerSourceInfo.source_metadata &&importerSourceInfo.source_metadata.length > 0 && collection && collection.current_user_can_edit_metadata"
|
||||||
|
|
Loading…
Reference in New Issue