mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
add id for invoke button
This commit is contained in:
parent
127b54f812
commit
ff0e79fa9a
@ -56,6 +56,7 @@ export default function InvokeButton(props: InvokeButton) {
|
|||||||
tooltip={t('parameters.invoke')}
|
tooltip={t('parameters.invoke')}
|
||||||
tooltipProps={{ placement: 'bottom' }}
|
tooltipProps={{ placement: 'bottom' }}
|
||||||
colorScheme="accent"
|
colorScheme="accent"
|
||||||
|
id="invoke-button"
|
||||||
{...rest}
|
{...rest}
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
@ -67,6 +68,7 @@ export default function InvokeButton(props: InvokeButton) {
|
|||||||
flexGrow={1}
|
flexGrow={1}
|
||||||
w="100%"
|
w="100%"
|
||||||
colorScheme="accent"
|
colorScheme="accent"
|
||||||
|
id="invoke-button"
|
||||||
fontWeight={700}
|
fontWeight={700}
|
||||||
{...rest}
|
{...rest}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user