fix task remove label test

This commit is contained in:
Dominik Pschenitschni 2021-11-30 20:48:48 +01:00
parent 700fce3c2c
commit f3358269e5
No known key found for this signature in database
GPG key ID: B257AC0149F43A77
5 changed files with 19 additions and 23 deletions

View file

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