Fix issues with local edit buttons after merging develop [SCI-9841][SCI-9862]

This commit is contained in:
Martin Artnik 2024-01-15 15:16:02 +01:00
parent 695c938f22
commit 7aff908bed
2 changed files with 1 additions and 1 deletions

View file

@ -83,7 +83,6 @@ export default {
editLaunchingApplicationModal
},
mixins: [MoveMixin, OpenLocallyMixin],
components: { deleteAttachmentModal, moveAssetModal, MenuDropdown },
props: {
attachment: {
type: Object,

View file

@ -79,6 +79,7 @@ export default {
btnClasses: { type: String, default: 'btn btn-light' },
btnText: { type: String, required: false },
btnIcon: { type: String, required: false },
title: { type: String, default: '' },
caret: { type: Boolean, default: false }
},
data() {