Skip to content

Commit 47f24c3

Browse files
committed
Fixed missing source and sensor text area IDs
Ensures these text fields have unique IDs which resolves warnings in the web browser console. Milestone: patch
1 parent f133d9d commit 47f24c3

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
<%= tag.textarea class: "bit-editor",
1+
<%= tag.textarea id: :extension_sensors,
2+
class: "bit-editor",
23
data: {mode: :read, language: :json} do %><%= content %><% end %>
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
<%= tag.textarea class: "bit-editor",
1+
<%= tag.textarea id: :extension_sources,
2+
class: "bit-editor",
23
data: {mode: :read, language: :json} do %><%= content %><% end %>

0 commit comments

Comments
 (0)