Skip to content
Snippets Groups Projects
Commit c2e91e8f authored by Bucknell, Mary S.'s avatar Bucknell, Mary S.
Browse files

Merge branch 'fix_single_dat_type' into 'main'

Fixed a couple of accessibility issues

See merge request wma/iidd/iow/waterdata/waterdataui!560
parents a0796af6 3b479799
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@
<div class="location-column header-label" role="columnheader">
{{ screenCategory === "desktop" ? "Location" : "Location & Time" }}
</div>
<div class="value-column header-label" role="colummheader">
<div class="value-column header-label" role="columnheader">
{{
`Value ${screenCategory !== "phone" ? "-" : ""} ${
ivDataStore.getObservedPropertyUnit
......
......@@ -27,6 +27,7 @@
:label="dataType.description"
:value="dataType.parameterCode"
name="data-type-selection"
role="gridcell"
/>
<div v-if="showCounts" class="location-count" role="gridcell">
{{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment