File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ - [ #290 ] ( https://github.com/os2display/display-admin-client/pull/290 )
8+ - Added temporary fix that reloads the page after a screen has been saved, to ensure fresh data is fetched.
9+
710## [ 2.5.1] - 2025-06-23
811
912- [ #287 ] ( https://github.com/os2display/display-admin-client/pull/287 )
Original file line number Diff line number Diff line change @@ -285,6 +285,9 @@ function ScreenManager({
285285 } else {
286286 navigate ( "/screen/list" ) ;
287287 }
288+
289+ // TODO: Remove this. Temporary fix until redux caching issues are fixed.
290+ window . location . reload ( ) ;
288291 }
289292 } , [ isSaveSuccessPut , isSaveSuccessPost ] ) ;
290293
You can’t perform that action at this time.
0 commit comments