From 44fc60372b6709cbedfdc6084d29973a67ee77b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Jim=C3=A9nez?= Date: Mon, 14 Oct 2024 14:03:24 +0200 Subject: [PATCH] Cogido el select2 de alvaro para problema del merge. --- httpdocs/assets/js/safekat/components/select2.js | 1 + 1 file changed, 1 insertion(+) diff --git a/httpdocs/assets/js/safekat/components/select2.js b/httpdocs/assets/js/safekat/components/select2.js index aea4ff28..b3fe0317 100644 --- a/httpdocs/assets/js/safekat/components/select2.js +++ b/httpdocs/assets/js/safekat/components/select2.js @@ -70,3 +70,4 @@ let ClassSelect = function (domItem, url, placeholder, allowClear = false) { }; export default ClassSelect; + \ No newline at end of file