auto-git:

[change] src/app/App.tsx
This commit is contained in:
2026-04-23 08:12:23 +02:00
parent 686907cf1b
commit 474dd4e25f

View File

@@ -11053,7 +11053,7 @@ export function App({ store, initialStatusMessage }: AppProps) {
<select
data-testid={`interaction-link-control-effect-${link.id}`}
className="select-input"
value={effectOptionId}
value={selectedEffectOption.id}
onChange={(event) =>
updateControlInteractionLinkEffectOption(
link,