auto-git:
[change] src/app/App.tsx
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user