feat: update prediction workbook output
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user