save-cloud
save-cloud copied to clipboard
Migrate all window.location.href to use navigate
window.location.href does not work anymore in the project
Places:
com/saveourtool/save/frontend/components/views/HistoryView.kt:436if (responseFromDeleteExecutions.ok) { window.location.href = "${window.location.origin}#/${props.organizationName}/${props.name}" }