feat: update prediction workbook output

This commit is contained in:
2026-07-06 18:33:52 +08:00
parent c7ee2adb82
commit 0a12eb7f3b
8 changed files with 219 additions and 78 deletions
-9
View File
@@ -142,15 +142,6 @@
showAppNotification(message, category === 'error' ? 'error' : 'info');
}
document.querySelectorAll('[data-clear-home-state]').forEach((form) => {
form.addEventListener('submit', () => {
try {
sessionStorage.removeItem('pipelineLifetime.homeState');
} catch (err) {
// Ignore storage failures during logout.
}
});
});
})();
</script>
{% block scripts %}{% endblock %}