From ecac2990eb69f29a874c896fe39cdf4fe054b1c0 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 21 Jan 2019 20:56:10 +0900 Subject: [Client] Fix bug --- src/client/app/common/views/components/user-menu.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/client') diff --git a/src/client/app/common/views/components/user-menu.vue b/src/client/app/common/views/components/user-menu.vue index a4a27142f9..7874c43493 100644 --- a/src/client/app/common/views/components/user-menu.vue +++ b/src/client/app/common/views/components/user-menu.vue @@ -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 }); }, -- cgit v1.2.3-freya