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:
J. Nick Koston 2025-04-17 08:25:36 -10:00 committed by GitHub
parent bb5fd093de
commit 8f8d8ec93d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;