mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-07-09 03:07:58 +02:00
frontend: updating addNotification type hints
This commit is contained in:
@ -40,7 +40,7 @@ type GenericComponentProps = {
|
||||
name: string;
|
||||
parentPath: string;
|
||||
isInstantUpdate: boolean;
|
||||
addNotification: (string) => void;
|
||||
addNotification: (message: string) => void;
|
||||
};
|
||||
|
||||
export const GenericComponent = React.memo(
|
||||
|
Reference in New Issue
Block a user