From b4fce81de2521b64badcef21a8419dfc5bef55d2 Mon Sep 17 00:00:00 2001
From: Florent POITTEVIN <poittevin.florent@gmail.com>
Date: Wed, 18 Mar 2020 17:06:15 +0100
Subject: [PATCH] fix: clearValue on button to cleanSelection on data table

---
 .../shared-data-table/shared-data-table.presentational.html      | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/app/shared/components/presentationals/shared-data-table/shared-data-table.presentational.html b/src/app/shared/components/presentationals/shared-data-table/shared-data-table.presentational.html
index f278638b7..9cde5382c 100644
--- a/src/app/shared/components/presentationals/shared-data-table/shared-data-table.presentational.html
+++ b/src/app/shared/components/presentationals/shared-data-table/shared-data-table.presentational.html
@@ -12,7 +12,6 @@
       <button mat-button
               type="button"
               color="accent"
-              clearValue($event)
               solidifyShortCuts
               (onEnter)="cleanSelection()"
               (click)="cleanSelection()"
-- 
GitLab