From a697ff2c3de96a9f2cf0326ffb67ba51e5fe0a5e Mon Sep 17 00:00:00 2001 From: busya Date: Wed, 3 Jun 2026 11:16:01 +0300 Subject: [PATCH] fix(frontend): environment select resets to default on click MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Root cause: onchange on native re-renders showing 'Select environment...' Fix: - ConfigTabForm: onchange now passes e.target.value (the actual envId) - +page.svelte: callback receives the envId string directly, not e.detail @RATIONALE bind:value on