mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
Disable copy button while copy request is outstanding
This commit is contained in:
parent
ad20d6c93f
commit
d58b4807d9
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user