Commit fe8425ea authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[code] fix incorrect aria-labelledBy

parent 4a1afa9e
......@@ -229,7 +229,7 @@ fieldCodeEditorWrapperCpt = here.component "fieldCodeEditorWrapperCpt" cpt where
{ id: bodyId
, className: "collapse card-body"
, aria:
{ labelledBy: headerId
{ labelledby: headerId
}
}
[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment