mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-24 08:19:10 +01:00
disabled content action menu button while loading
This commit is contained in:
@@ -78,7 +78,7 @@ const ContentActionMenu: FC<Props> = ({ extensionProps }) => {
|
||||
return (
|
||||
<>
|
||||
{Object.values(loadingExtension).some((isLoading) => isLoading) ? (
|
||||
<StyledLoadingButton>
|
||||
<StyledLoadingButton disabled>
|
||||
<SmallLoadingSpinner />
|
||||
</StyledLoadingButton>
|
||||
) : extensions.length === 1 ? (
|
||||
|
||||
Reference in New Issue
Block a user