Update deploy alert: tell user to reopen project in Designer
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
4e48493cf0
commit
48b6a5b50c
@ -599,7 +599,7 @@ export async function deployToIgnition() {
|
|||||||
body: JSON.stringify({ projectName }),
|
body: JSON.stringify({ projectName }),
|
||||||
});
|
});
|
||||||
} catch { /* scan is best-effort */ }
|
} catch { /* scan is best-effort */ }
|
||||||
alert(`Deployed to Ignition!\n${result.path}`);
|
alert(`Deployed to Ignition!\n${result.path}\n\nClose and reopen the project in Designer to see the view.`);
|
||||||
} else {
|
} else {
|
||||||
alert(`Deploy failed: ${result.error}`);
|
alert(`Deploy failed: ${result.error}`);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user