mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-06 13:01:46 -07:00
parent
08fb189330
commit
9386aa724b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export function parseValue(
|
|||
value = event.target.checked;
|
||||
} else if (mode === "arrayDel") {
|
||||
value = data[key1][key2];
|
||||
if (id) {
|
||||
if (id !== null) {
|
||||
value.splice(id, 1);
|
||||
}
|
||||
} else if (mode === "arrayAdd") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue