From 791f215a25bac11bbd145467d5e9eb1777249282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 1 Sep 2020 21:17:38 +0200 Subject: Fix dialogs scss and notifications MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- src/store/addressbooks.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/store/addressbooks.js') diff --git a/src/store/addressbooks.js b/src/store/addressbooks.js index b6bea889..1a4a7c49 100644 --- a/src/store/addressbooks.js +++ b/src/store/addressbooks.js @@ -21,8 +21,9 @@ * */ -import Vue from 'vue' +import { showError } from '@nextcloud/dialogs' import pLimit from 'p-limit' +import Vue from 'vue' import Contact from '../models/contact' @@ -367,7 +368,7 @@ const actions = { }, []) if (failed > 0) { - OC.Notification.showTemporary(n( + showError(n( 'contacts', '{failed} contact failed to be read', '{failed} contacts failed to be read', -- cgit v1.2.3