From 5eeca8c75706467404ff3334ea0e8f540577b71b Mon Sep 17 00:00:00 2001
From: antoine37120 <ant.dupre@gmail.com>
Date: Tue, 12 Dec 2023 17:22:08 +0100
Subject: [PATCH] fix: selct on edit request

---
 src/views-terrytories.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views-terrytories.js b/src/views-terrytories.js
index 52100bb..b4b1dd6 100644
--- a/src/views-terrytories.js
+++ b/src/views-terrytories.js
@@ -1214,7 +1214,7 @@ import("./utils.js").then((utils) => {
                       </div>
 
                       <div class="segment full padding-xsmall whitespace-normal">
-                        <div class="loader" id="loader-${this.route}-${utils.TZCLD_URLS.my_territory_follow_requests_edit}">
+                        <div class="loader" id="loader-${this.route}-${utils.TZCLD_URLS.my_territory_follow_request_edit}">
                           <div></div>
                           <div></div>
                           <div></div>
@@ -1247,10 +1247,10 @@ import("./utils.js").then((utils) => {
 
                           widget-date="solid-form-date-label"
                           widget-subject="solid-form-textarea-label"
-                          widget-user="solid-form-dropdown-autocompletion-label"
+                          widget-user="solid-form-dropdown-label"
                           order-asc-user="name"
                           range-user="${this.rangeUser}"
-                          loader-id="loader-${this.route}-${utils.TZCLD_URLS.my_territory_follow_requests_edit}"
+                          loader-id="loader-${this.route}-${utils.TZCLD_URLS.my_territory_follow_request_edit}"
                           bind-resources="" 
                           solid-resource=""
                           patrtial
-- 
GitLab