Skip to content

Commit fb39f3d

Browse files
committed
fix: Save name in data on workspace edit
1 parent af26759 commit fb39f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal-server/app/Controllers/Http/WorkspaceController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class WorkspaceController {
7676
.update({
7777
name,
7878
services: JSON.stringify(services),
79-
data: JSON.stringify({ iconUrl }),
79+
data: JSON.stringify({ name, iconUrl }),
8080
});
8181

8282
// Get updated row

0 commit comments

Comments
 (0)