From 925e0e6837ad21bea52e993bb247e0648e62b7ce Mon Sep 17 00:00:00 2001 From: FyloZ Date: Fri, 12 Feb 2021 23:51:55 -0500 Subject: [PATCH] =?UTF-8?q?Ajout=20d'une=20v=C3=A9rification=20du=20mode?= =?UTF-8?q?=20=C3=A9dition=20du=20m=C3=A9lange=20dans=20la=20boite=20de=20?= =?UTF-8?q?confirmation=20de=20la=20suppression=20de=20m=C3=A9lange.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Il n'y avait aucune vérification et la variable mix n'existe pas en mode création, ce qui empêche le composant de fonctionner. --- .../colors/components/mix-editor/mix-editor.component.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/modules/colors/components/mix-editor/mix-editor.component.html b/src/app/modules/colors/components/mix-editor/mix-editor.component.html index 82d8c55..0378e9d 100644 --- a/src/app/modules/colors/components/mix-editor/mix-editor.component.html +++ b/src/app/modules/colors/components/mix-editor/mix-editor.component.html @@ -99,6 +99,7 @@