mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
Disable copy button while copy request is outstanding
This commit is contained in:
@@ -34,7 +34,7 @@ function CopyButton({
|
||||
<>
|
||||
<Tooltip content={helperText.tooltip} position="top">
|
||||
<Button
|
||||
isDisabled={isDisabled}
|
||||
isDisabled={isLoading || isDisabled}
|
||||
aria-label={i18n._(t`Copy`)}
|
||||
variant="plain"
|
||||
onClick={copyItemToAPI}
|
||||
|
||||
Reference in New Issue
Block a user