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

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