Skip to content

Commit a3e544c

Browse files
tinahirCompuIves
authored andcommitted
fix: Sandbox title is not changed, if the name change from dashboard (codesandbox#1751)
1 parent 68361c3 commit a3e544c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/app/src/app/store/sequences.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ const setSandboxData = [
151151
state`editor.sandboxes.${props`sandbox.id`}.userLiked`,
152152
props`sandbox.userLiked`
153153
),
154+
set(
155+
state`editor.sandboxes.${props`sandbox.id`}.title`,
156+
props`sandbox.title`
157+
),
154158
],
155159
},
156160
];

0 commit comments

Comments
 (0)