fix: use AsyncEditor again in comments and description
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Dominik Pschenitschni 2022-01-19 23:26:34 +01:00
parent 959b53b3a6
commit 5867f79735
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
2 changed files with 4 additions and 4 deletions

View File

@ -152,7 +152,7 @@
</template>
<script>
import Editor from '@/components/input/editor.vue'
import AsyncEditor from '@/components/input/AsyncEditor'
import TaskCommentService from '../../../services/taskComment'
import TaskCommentModel from '../../../models/taskComment'
@ -162,7 +162,7 @@ import {mapState} from 'vuex'
export default {
name: 'comments',
components: {
Editor,
Editor: AsyncEditor,
},
props: {
taskId: {

View File

@ -30,7 +30,7 @@
</template>
<script>
import Editor from '@/components/input/editor.vue'
import AsyncEditor from '@/components/input/AsyncEditor'
import {LOADING} from '@/store/mutation-types'
import {mapState} from 'vuex'
@ -38,7 +38,7 @@ import {mapState} from 'vuex'
export default {
name: 'description',
components: {
Editor,
Editor: AsyncEditor,
},
data() {
return {