From d8c750cb182013489e7de44db547a61f3f3b61fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomek=20Wytr=C4=99bowicz?= Date: Fri, 1 Mar 2024 17:47:16 +0100 Subject: [PATCH] Fix the consent region code from `UK` to `GB` Co-authored-by: martynmjones <40762232+martynmjones@users.noreply.github.com> --- assets/js/src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/src/config.js b/assets/js/src/config.js index 1e504a3d..7c072e42 100644 --- a/assets/js/src/config.js +++ b/assets/js/src/config.js @@ -31,6 +31,6 @@ export const EEARegions = [ 'SI', 'ES', 'SE', - 'UK', + 'GB', 'CH', ];