From ade5fd4b97294fd9238bf21c9c43168476003427 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 4 May 2026 08:17:38 +0000 Subject: [PATCH] fix(react-ui): reflect disabled state on SearchableSelect button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Backend dropdown is disabled while /backends/known is in flight (disabled={isSubmitting || backendsLoading} in ImportModel.jsx). Until now the disabled prop only guarded the internal onClick handler — there was no `disabled` HTML attribute on the