mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove unused code, yarn lint test not ok
This commit is contained in:
parent
b2cb072c04
commit
8e5bdcfba1
@ -38,8 +38,6 @@
|
|||||||
@update-item="updateItem"
|
@update-item="updateItem"
|
||||||
/>
|
/>
|
||||||
<div v-if="userSelectedInMassCreation.length === 0">
|
<div v-if="userSelectedInMassCreation.length === 0">
|
||||||
userSelectedInMassCreation: {{ userSelectedInMassCreation }}
|
|
||||||
<br />
|
|
||||||
{{ $t('multiple_creation_text') }}
|
{{ $t('multiple_creation_text') }}
|
||||||
</div>
|
</div>
|
||||||
<creation-formular
|
<creation-formular
|
||||||
@ -143,7 +141,7 @@ export default {
|
|||||||
showDetails: false,
|
showDetails: false,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
this.updateItem(this.userSelectedInMassCreation, 'mounted')
|
this.updateItem(this.userSelectedInMassCreation, 'mounted')
|
||||||
})
|
})
|
||||||
.catch((error) => {
|
.catch((error) => {
|
||||||
this.$toasted.error(error.message)
|
this.$toasted.error(error.message)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user