mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-04 14:44:26 +08:00
Fix issues with local edit buttons after merging develop [SCI-9841][SCI-9862]
This commit is contained in:
parent
695c938f22
commit
7aff908bed
2 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,6 @@ export default {
|
|||
editLaunchingApplicationModal
|
||||
},
|
||||
mixins: [MoveMixin, OpenLocallyMixin],
|
||||
components: { deleteAttachmentModal, moveAssetModal, MenuDropdown },
|
||||
props: {
|
||||
attachment: {
|
||||
type: Object,
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue