From c64e1b95da90a3deb80b9c0687b55057f44ab396 Mon Sep 17 00:00:00 2001
From: Orzo Cogorzo <orzo@orzopad.local>
Date: Thu, 21 Sep 2023 13:32:58 +0200
Subject: [PATCH] fix: minnor fixes

---
 includes/options-page.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/includes/options-page.php b/includes/options-page.php
index 20288bf..5665b6d 100644
--- a/includes/options-page.php
+++ b/includes/options-page.php
@@ -44,7 +44,7 @@ function wpct_crm_forms_init_settings()
             'description' => __('Configuració global dels formularis', 'wpct-crm-forms'),
             'show_in_rest' => false,
             'default' => array(
-                'coord_id' => 1,
+                'coord_id' => 0,
                 'notification_receiver' => 'admin@example.com'
             )
         )
-- 
GitLab