From 8943dc7cb42123b9a8d941371c1b841e2474fd4c Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Tue, 13 Feb 2024 04:09:05 +0000 Subject: [PATCH] In select links components we can't pick the currently picked value --- app/components/tailwind/select_links.html.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/components/tailwind/select_links.html.erb b/app/components/tailwind/select_links.html.erb index 3ec7cd96a..d4d5a919b 100644 --- a/app/components/tailwind/select_links.html.erb +++ b/app/components/tailwind/select_links.html.erb @@ -2,11 +2,10 @@ x-init="$watch('link', value => { window.location = value; })" class="inline-block text-2xl text-navy"> <%# Hiding the select tag initially. It gets unhidden by javascript %> - <%# TODO: Disable the currently selected item %>