native: fix delete button

This commit is contained in:
jopejoe1 2024-07-12 10:47:08 +02:00
parent f1d6fb47db
commit 0fe63dff1b

View file

@ -205,7 +205,7 @@ Rectangle {
start: jsonResponse[i].licenses[ii].start ?? "Indefinitely",
end: jsonResponse[i].licenses[ii].end ?? "Indefinitely",
amount: jsonResponse[i].licenses[ii].amount ? jsonResponse[i].licenses[ii].amount.toString() : "∞",
key: jsonResponse[i].licenses[ii].key
key: jsonResponse[i].licenses[ii].id
});
}
}