mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-24 01:09:48 +01:00
Add Loading Spinner API to content action overflow menu extension point
This commit is contained in:
@@ -640,6 +640,7 @@ export type ContentActionExtensionProps = {
|
||||
revision: string;
|
||||
handleExtensionError: React.Dispatch<React.SetStateAction<Error | undefined>>;
|
||||
contentType?: ContentType;
|
||||
setLoading?: (isLoading: boolean) => void;
|
||||
};
|
||||
|
||||
type BaseActionBarOverflowMenuProps = {
|
||||
|
||||
Reference in New Issue
Block a user