mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 05:37:53 +00:00
form no work
This commit is contained in:
parent
37a2b05612
commit
49cf23b7e9
@ -32,10 +32,11 @@
|
||||
<div
|
||||
v-for="section in formSections"
|
||||
:key="section.id"
|
||||
:aria-labelledby="'sectionTitle'"
|
||||
class="c-form__section"
|
||||
:class="section.cssClass"
|
||||
>
|
||||
<h2 v-if="section.name" class="c-form__section-header">
|
||||
<h2 v-if="section.name" :id="'sectionTitle' + section.id" class="c-form__section-header">
|
||||
{{ section.name }}
|
||||
</h2>
|
||||
<FormRow
|
||||
|
Loading…
Reference in New Issue
Block a user