add id for invoke button

This commit is contained in:
Mary Hipp 2023-05-18 16:15:19 -04:00 committed by psychedelicious
parent 127b54f812
commit ff0e79fa9a

View File

@ -56,6 +56,7 @@ export default function InvokeButton(props: InvokeButton) {
tooltip={t('parameters.invoke')}
tooltipProps={{ placement: 'bottom' }}
colorScheme="accent"
id="invoke-button"
{...rest}
/>
) : (
@ -67,6 +68,7 @@ export default function InvokeButton(props: InvokeButton) {
flexGrow={1}
w="100%"
colorScheme="accent"
id="invoke-button"
fontWeight={700}
{...rest}
>