mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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) =>
|
||||
data.map((row) => ({
|
||||
...row,
|
||||
id: row.address,
|
||||
id: row.mac_address,
|
||||
}))
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user