mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
delete unused toggleContributionMessagesBox function
This commit is contained in:
parent
ef52c8b6d5
commit
14ca1378bf
@ -9,7 +9,6 @@
|
||||
v-if="state === 'PENDING' || state === 'IN_PROGRESS'"
|
||||
class="mt-5"
|
||||
:contributionId="contributionId"
|
||||
@toggle-contribution-messages-box="toggleContributionMessagesBox"
|
||||
@get-list-contribution-messages="getListContributionMessages"
|
||||
/>
|
||||
</div>
|
||||
@ -39,9 +38,6 @@ export default {
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
toggleContributionMessagesBox(id) {
|
||||
this.$emit('toggle-contribution-messages-box', id)
|
||||
},
|
||||
getListContributionMessages() {
|
||||
this.$emit('get-list-contribution-messages', this.contributionId)
|
||||
},
|
||||
|
||||
@ -67,7 +67,6 @@
|
||||
:messages="messages_get"
|
||||
:state="state"
|
||||
:contributionId="contributionId"
|
||||
@toggle-contribution-messages-box="toggleContributionMessagesBox"
|
||||
@get-list-contribution-messages="getListContributionMessages"
|
||||
/>
|
||||
</b-card>
|
||||
@ -169,9 +168,6 @@ export default {
|
||||
if (value) this.$emit('delete-contribution', item)
|
||||
})
|
||||
},
|
||||
toggleContributionMessagesBox(id) {
|
||||
alert('toggleContributionMessagesBox(' + id + ')')
|
||||
},
|
||||
getListContributionMessages() {
|
||||
// console.log('getListContributionMessages', this.contributionId)
|
||||
this.$apollo
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user