diff --git a/uhepp-js/src/components/UheppHistUI.jsx b/uhepp-js/src/components/UheppHistUI.jsx index 5d805ac350f207e3eae8ba62eca60d3d5227c224..3759cd44e6dbd0f731b1e0547acacf29e5580afb 100644 --- a/uhepp-js/src/components/UheppHistUI.jsx +++ b/uhepp-js/src/components/UheppHistUI.jsx @@ -335,6 +335,7 @@ const UheppHistUIWithSyst = ({ if (response.ok) { setSaveStatus(null) const json = await response.json() + setIsClean(true) window.location = "/p/" + json.uuid } else { setSaveStatus('error')