Bug: Fix copy when no inbox is added. (#386)

This commit is contained in:
Pranav Raj S 2019-12-25 20:06:43 +05:30 committed by Sojan Jose
parent 3440230187
commit f55c42d5a1
2 changed files with 1 additions and 4 deletions

View file

@ -59,9 +59,6 @@ export default {
}
return this.$t('CONVERSATION.LOADING_CONVERSATIONS');
},
},
methods: {
newInboxURL() {
return frontendURL('settings/inboxes/new');
},