mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
tweaks
This commit is contained in:
parent
7cda6a281a
commit
ca64a8127f
@ -80,7 +80,7 @@ export class DHCPConfigPanel extends LitElement {
|
|||||||
private _dataWithIds = memoizeOne((data) =>
|
private _dataWithIds = memoizeOne((data) =>
|
||||||
data.map((row) => ({
|
data.map((row) => ({
|
||||||
...row,
|
...row,
|
||||||
id: row.address,
|
id: row.mac_address,
|
||||||
}))
|
}))
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user