feat: show edited date after edit

This commit is contained in:
2026-08-31 12:59:39 +03:00
parent bf8c805293
commit f1b01e9703
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -187,6 +187,11 @@ export function DX4App({
useEffect(() => {
window.addEventListener("keydown", handleKeyPress);
if(window['DX_OPEN_DATE']){
setSelectedDate(window['DX_OPEN_DATE'])
window['DX_OPEN_DATE'] = undefined
}
return () => {
window.removeEventListener("keydown", handleKeyPress);
};