From 4611de4b0d0f7af1fab393e19d361d608000c6fa Mon Sep 17 00:00:00 2001 From: ajdj100 Date: Fri, 20 Feb 2026 00:13:42 -0500 Subject: [PATCH] Added descriptor to dropdown menu to explain why its disabled for self extension --- ui/src/components/loa/loaList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/loa/loaList.vue b/ui/src/components/loa/loaList.vue index f010d70..524dcbe 100644 --- a/ui/src/components/loa/loaList.vue +++ b/ui/src/components/loa/loaList.vue @@ -211,7 +211,7 @@ - Extend + {{ (post.extended_till !== null && !props.adminMode) ? 'Extend (Already Extended)' : 'Extend' }} {{ loaStatus(post) === 'Upcoming' ?