auto-git:

[change] src/app/App.tsx
This commit is contained in:
2026-04-23 08:08:11 +02:00
parent f64e000b2d
commit 1a352c6806

View File

@@ -9368,6 +9368,7 @@ export function App({ store, initialStatusMessage }: AppProps) {
return;
}
try {
const nextEffect = cloneControlEffect(link.action.effect);
mutate(nextEffect);
commitInteractionLinkChange(
@@ -9381,6 +9382,9 @@ export function App({ store, initialStatusMessage }: AppProps) {
successMessage,
label
);
} catch (error) {
setStatusMessage(getErrorMessage(error));
}
};
const handleAddSequenceInteractionLink = () => {