Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Migrate description page to Composition API & use omorphia components #1643

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Mysterious-Dev
Copy link
Contributor

All is in the title ^^.

@@ -16,7 +16,7 @@
<MarkdownEditor
v-model="description"
:on-image-upload="onUploadHandler"
:disabled="(currentMember.permissions & EDIT_BODY) !== EDIT_BODY"
:disabled="(props.currentMember.permissions & EDIT_BODY) !== EDIT_BODY"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't need props. in template

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants