From 33253e9c112e242078c68e410bf23db187a1ce8e Mon Sep 17 00:00:00 2001 From: nmarrs Date: Wed, 19 Jun 2024 11:43:48 -0700 Subject: [PATCH] fix minor issue --- .../app-with-scenes/src/pages/WithDrilldown/WithDrilldown.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/app-with-scenes/src/pages/WithDrilldown/WithDrilldown.tsx b/examples/app-with-scenes/src/pages/WithDrilldown/WithDrilldown.tsx index 435716fd9..584d43e3b 100644 --- a/examples/app-with-scenes/src/pages/WithDrilldown/WithDrilldown.tsx +++ b/examples/app-with-scenes/src/pages/WithDrilldown/WithDrilldown.tsx @@ -70,7 +70,7 @@ const getDrilldownsAppScene = () => { return new SceneAppPage({ url: prefixRoute(`${ROUTES.WithDrilldown}`) + `/room/${roomName}/temperature`, - title: `${roomName} overview`, + title: `${decodeURI(roomName)} overview`, subTitle: 'This scene is a particular room drilldown. It implements two tabs to organise the data.', getParentPage: () => parent, getScene: () => {