Commit 6f4ebba
authored
config: fix missing zoneId when user setting zoneLabel. (#851)
This issue previously prevented the Config page from correctly showing
the “Edit Timeline” interface when zoneLabel was defined in a user JS
file, due to a missing zoneId. This change fixes that.
before:
<img width="996" height="290" alt="image"
src="https://github.com/user-attachments/assets/73e1678e-7ae3-4750-a4b3-d79f58cf64d7"
/>
after:
<img width="1001" height="470" alt="image"
src="https://github.com/user-attachments/assets/a9acf8b9-8d5e-4ae5-ba26-1bb5471490e3"
/>1 parent a7185f3 commit 6f4ebba
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1079 | 1079 | | |
1080 | 1080 | | |
1081 | 1081 | | |
| 1082 | + | |
| 1083 | + | |
| 1084 | + | |
1082 | 1085 | | |
1083 | 1086 | | |
1084 | 1087 | | |
| |||
0 commit comments