Removes unecessary computed property.

This commit is contained in:
mateuswetah 2023-11-20 03:13:17 -03:00
parent 039efa572d
commit bba1164b39
1 changed files with 0 additions and 7 deletions

View File

@ -932,13 +932,6 @@ export default {
}, },
shouldDisplayItemEditionAttachments() { shouldDisplayItemEditionAttachments() {
return !this.$adminOptions.hideItemEditionAttachments && (this.collection && this.collection.item_enable_attachments === 'yes'); return !this.$adminOptions.hideItemEditionAttachments && (this.collection && this.collection.item_enable_attachments === 'yes');
},
metadataOrderRelativeToSections() {
return this.metadataSections.map((aMetadataSection) => {
return Object.keys(aMetadataSection.metadata_object_list).map((aMetadatumOrder) => {
return aMetadatum.id;
});
});
} }
}, },
watch: { watch: {