File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
resources/Namespaces/YamlUpload
ProgressIndicatorWithPercentage Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,7 @@ export function YamlResourcesList({ resourcesData }) {
149149 >
150150 < ProgressIndicator
151151 value = { getPercentage ( ) }
152+ accessible-name = "progress-indicator-upload"
152153 valueState = {
153154 resources ?. length === uploadedResources ?. length
154155 ? 'Positive'
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ import {
1515import ListActions from 'shared/components/ListActions/ListActions' ;
1616
1717export const BodyFallback = ( { children } ) => (
18- < div slot = "noData" style = { { width : '100%' } } >
18+ < TableCell slot = "noData" style = { { width : '100%' } } >
1919 < div className = "body-fallback" > { children } </ div >
20- </ div >
20+ </ TableCell >
2121) ;
2222
2323export const HeaderRenderer = ( {
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ export const ProgressIndicatorWithPercentage = ({
4747 value = { value }
4848 ref = { progress => applyColors ( progress ) }
4949 className = "progress-indicator"
50+ accessible-name = "progress-indicator-percentage"
5051 style = { { position : 'relative' , zIndex : '0' } }
5152 />
5253 </ div >
You can’t perform that action at this time.
0 commit comments