From 519abb2e6d551d0354a12958985f5a90ecc270e2 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Wed, 24 Jul 2024 15:18:12 +0300 Subject: [PATCH] [develop | DONE | CHANGED]: newSearchPage.component.html: Reordered buttons - moved compact results button before download button. --- angular.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/angular.json b/angular.json index b0baae0..402aff0 100644 --- a/angular.json +++ b/angular.json @@ -305,5 +305,8 @@ } } } + }, + "cli": { + "analytics": false } }