mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
small change
This commit is contained in:
parent
315018b274
commit
b2497a84ad
@ -225,7 +225,7 @@ function ToolbarDeleteButton({
|
||||
key="add"
|
||||
isDisabled={isDisabled}
|
||||
isLoading={isLoading}
|
||||
ouiaId="deleteButton"
|
||||
ouiaId="delete-button"
|
||||
spinnerAriaValueText={isLoading ? 'Loading' : undefined}
|
||||
component="button"
|
||||
onClick={() => {
|
||||
@ -241,7 +241,7 @@ function ToolbarDeleteButton({
|
||||
<Button
|
||||
variant="secondary"
|
||||
isLoading={isLoading}
|
||||
ouiaId="deleteButton"
|
||||
ouiaId="delete-button"
|
||||
spinnerAriaValueText={isLoading ? 'Loading' : undefined}
|
||||
aria-label={t`Delete`}
|
||||
onClick={() => toggleModal(true)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user