This commit is contained in:
J. Nick Koston 2025-04-16 10:31:17 -10:00
parent 7cda6a281a
commit ca64a8127f
No known key found for this signature in database

View File

@ -80,7 +80,7 @@ export class DHCPConfigPanel extends LitElement {
private _dataWithIds = memoizeOne((data) =>
data.map((row) => ({
...row,
id: row.address,
id: row.mac_address,
}))
);