From 8701f2e2005bc6efbb14b75079bc95480eca5799 Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Fri, 18 Feb 2022 21:13:11 +0100 Subject: [PATCH] Fix unvalidate button not working --- src/client/assets/js/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/client/assets/js/index.js b/src/client/assets/js/index.js index 8f40ee2..9aca749 100644 --- a/src/client/assets/js/index.js +++ b/src/client/assets/js/index.js @@ -40,9 +40,7 @@ app = vue.createApp({ invalidateData () { this.invalidateButtonDisabled = true this.invalidateButtonText = "Opération en cours" - this.notificationTitle = "Opération en cours" - this.notificationMessage = "Suppression des données du jeu en cours" - this.showInfo() + this.showInfo("Opération en cours", "Suppression des données du jeu en cours") ipcRenderer.send('invalidateData') }, launchBtnClick () {