This commit is contained in:
Timothy Jaeryang Baek 2024-11-18 07:06:22 -08:00
parent 43f58098f8
commit 1ab47a1ff9

View File

@ -58,7 +58,10 @@
const workspaceModel = workspaceModels.find((wm) => wm.id === m.id);
if (workspaceModel) {
return workspaceModel;
return {
...m,
...workspaceModel
};
} else {
return {
...m,