fix(ui): data-testId -> data-testid

Must be strict kebab-case for react to pass the attribute to DOM
This commit is contained in:
psychedelicious 2023-09-29 12:17:23 +10:00
parent 848e51f72b
commit 3909e68527

View File

@ -185,7 +185,7 @@ const IAIDndImage = (props: IAIDndImageProps) => {
borderRadius: 'base', borderRadius: 'base',
...imageSx, ...imageSx,
}} }}
data-testId={dataTestId} data-testid={dataTestId}
/> />
{withMetadataOverlay && ( {withMetadataOverlay && (
<ImageMetadataOverlay imageDTO={imageDTO} /> <ImageMetadataOverlay imageDTO={imageDTO} />