Commit 9fe5b5f
committed
fix(config-editor): coerce deleted keys to null in local computePatches
Aligns with canonical config-utils.ts:66 — keys absent from modObj or
explicitly set to undefined now emit null in the patch value instead of
undefined, preventing stale/invalid patch payloads on key deletion.1 parent 8dc0da6 commit 9fe5b5f
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1809 | 1809 | | |
1810 | 1810 | | |
1811 | 1811 | | |
1812 | | - | |
| 1812 | + | |
| 1813 | + | |
1813 | 1814 | | |
1814 | 1815 | | |
1815 | 1816 | | |
| |||
0 commit comments