fix
This commit is contained in:
parent
178d3b8a6b
commit
42c1142cfa
File diff suppressed because one or more lines are too long
|
|
@ -125,7 +125,6 @@ export const devItem = (
|
||||||
{ value: string; valueBuilt?: string }
|
{ value: string; valueBuilt?: string }
|
||||||
>;
|
>;
|
||||||
|
|
||||||
console.log("committing", pedit);
|
|
||||||
if (mitem) {
|
if (mitem) {
|
||||||
for (const [item_id, changes] of Object.entries(pedit)) {
|
for (const [item_id, changes] of Object.entries(pedit)) {
|
||||||
const meta = metas[item_id];
|
const meta = metas[item_id];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue