mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-06 15:40:31 +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
|
editLaunchingApplicationModal
|
||||||
},
|
},
|
||||||
mixins: [MoveMixin, OpenLocallyMixin],
|
mixins: [MoveMixin, OpenLocallyMixin],
|
||||||
components: { deleteAttachmentModal, moveAssetModal, MenuDropdown },
|
|
||||||
props: {
|
props: {
|
||||||
attachment: {
|
attachment: {
|
||||||
type: Object,
|
type: Object,
|
||||||
|
|
|
@ -79,6 +79,7 @@ export default {
|
||||||
btnClasses: { type: String, default: 'btn btn-light' },
|
btnClasses: { type: String, default: 'btn btn-light' },
|
||||||
btnText: { type: String, required: false },
|
btnText: { type: String, required: false },
|
||||||
btnIcon: { type: String, required: false },
|
btnIcon: { type: String, required: false },
|
||||||
|
title: { type: String, default: '' },
|
||||||
caret: { type: Boolean, default: false }
|
caret: { type: Boolean, default: false }
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
|
|
Loading…
Reference in a new issue