mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
add some IDs
This commit is contained in:
committed by
psychedelicious
parent
7025c00581
commit
127b54f812
@ -132,6 +132,7 @@ const CancelButton = (
|
||||
isDisabled={!isConnected || !isProcessing || !isCancelable}
|
||||
onClick={handleClickCancel}
|
||||
colorScheme="error"
|
||||
id="cancel-button"
|
||||
{...rest}
|
||||
/>
|
||||
<Menu closeOnSelect={false}>
|
||||
|
Reference in New Issue
Block a user