Make bookmark visible
This commit is contained in:
parent
a4b8f2d18d
commit
666339701f
|
|
@ -139,7 +139,7 @@ const note = computed(() => {
|
|||
return bookmark && bookmark.note;
|
||||
});
|
||||
const showBookmarkActions = computed(
|
||||
() => props.component.type !== 'content_list' && props.component.type !== 'basic_knowledge' && !props.editMode
|
||||
() => props.component.type !== 'content_list' && !props.editMode
|
||||
);
|
||||
const componentClass = computed(() => {
|
||||
let classes = ['content-component', `content-component--${props.component.type}`];
|
||||
|
|
|
|||
Loading…
Reference in New Issue