mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Add decorator to translationFragment property (#10143)
This commit is contained in:
parent
dc56c2de52
commit
b97fd9918a
@ -59,7 +59,7 @@ declare global {
|
||||
class HaOnboarding extends litLocalizeLiteMixin(HassElement) {
|
||||
@property({ attribute: false }) public hass?: HomeAssistant;
|
||||
|
||||
public translationFragment = "page-onboarding";
|
||||
@property() public translationFragment = "page-onboarding";
|
||||
|
||||
@state() private _loading = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user