pull/4791/head
bunsenstraat 6 months ago
parent 4341ce7094
commit e7bf5d32a8
  1. 3
      libs/remix-ui/git/src/lib/gitactions.ts

@ -68,7 +68,7 @@ export const getFileStatusMatrix = async (filepaths: string[]) => {
statusmatrix.map((sm) => { statusmatrix.map((sm) => {
if (JSON.stringify(sm.status) === JSON.stringify(m.status)) { if (JSON.stringify(sm.status) === JSON.stringify(m.status)) {
//Utils.log(m, sm); //Utils.log(m, sm);
//m.statusNames = sm.matrix; m.statusNames = sm.matrix;
} }
}); });
}); });
@ -578,6 +578,7 @@ export const statusMatrix = async (filepaths: string[]) => {
return { return {
filename: `/${x.shift()}`, filename: `/${x.shift()}`,
status: x, status: x,
statusNames: []
}; };
}); });

Loading…
Cancel
Save