mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Update src/panels/config/integrations/integration-panels/dhcp/dhcp-config-panel.ts
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
This commit is contained in:
parent
bb5fd093de
commit
8f8d8ec93d
@ -22,7 +22,7 @@ export class DHCPConfigPanel extends SubscribeMixin(LitElement) {
|
||||
|
||||
@property({ attribute: false }) public route!: Route;
|
||||
|
||||
@property({ attribute: false }) public mac_address?: string;
|
||||
@property({ attribute: false }) public macAddress?: string;
|
||||
|
||||
@property({ type: Boolean }) public narrow = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user