[Client] Fix bug

This commit is contained in:
syuilo 2019-01-21 20:56:10 +09:00
parent a483af1b08
commit ecac2990eb
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
2 changed files with 1 additions and 5 deletions

View file

@ -71,10 +71,7 @@ export default Vue.extend({
});
this.$root.dialog({
type: 'success',
text: this.$t('list-pushed', {
user: this.user.name,
list: lists.find(l => l.id === listId).title
})
splash: true
});
},