From a7e723ce5766c13e52229f04fcc28cd906b0c27b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?H=C3=A5kon=20Flatval?= <hakon.flatval@cognite.com>
Date: Fri, 10 Jan 2025 08:49:44 +0100
Subject: [PATCH] chore: fix model IDs in RevealKeepAlive story

---
 react-components/stories/RevealKeepAlive.stories.tsx | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/react-components/stories/RevealKeepAlive.stories.tsx b/react-components/stories/RevealKeepAlive.stories.tsx
index 7973847c953..03129df214d 100644
--- a/react-components/stories/RevealKeepAlive.stories.tsx
+++ b/react-components/stories/RevealKeepAlive.stories.tsx
@@ -56,13 +56,13 @@ const KeepAliveMockScenario = (): ReactElement => {
                   <RevealResourcesFitCameraOnLoad
                     resources={[
                       {
-                        modelId: 1791160622840317,
-                        revisionId: 498427137020189,
+                        modelId: 8697040515478028,
+                        revisionId: 8461579143311086,
                         transform: new Matrix4().makeTranslation(40, 0, 0)
                       },
                       {
-                        modelId: 1791160622840317,
-                        revisionId: 498427137020189,
+                        modelId: 8697040515478028,
+                        revisionId: 8461579143311086,
                         transform: new Matrix4().makeTranslation(40, 10, 0)
                       },
                       {