Skip to content

Commit 3fc7b78

Browse files
committed
fix phase
1 parent 8af9581 commit 3fc7b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/data/workspaces/update-workspace-description-mutation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const useUpdateWorkspaceDescriptionMutation = () => {
3434

3535
// TODO: Once the update description response includes an updated record,
3636
// we can return that instead of having to know what to merge manually (same for other mutations)
37-
const workspace = new Workspace();
37+
const workspace = new Workspace(info);
3838
workspace.name = newDescription;
3939
return workspace;
4040
});

0 commit comments

Comments
 (0)