mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): data-testId
-> data-testid
Must be strict kebab-case for react to pass the attribute to DOM
This commit is contained in:
parent
848e51f72b
commit
3909e68527
@ -185,7 +185,7 @@ const IAIDndImage = (props: IAIDndImageProps) => {
|
||||
borderRadius: 'base',
|
||||
...imageSx,
|
||||
}}
|
||||
data-testId={dataTestId}
|
||||
data-testid={dataTestId}
|
||||
/>
|
||||
{withMetadataOverlay && (
|
||||
<ImageMetadataOverlay imageDTO={imageDTO} />
|
||||
|
Loading…
Reference in New Issue
Block a user