mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-01-23 12:14:20 +01:00
frontend: updating addNotification type hints
This commit is contained in:
@@ -9,7 +9,7 @@ interface MethodProps {
|
||||
parameters: Record<string, string>;
|
||||
docString?: string;
|
||||
hideOutput?: boolean;
|
||||
addNotification: (string) => void;
|
||||
addNotification: (message: string) => void;
|
||||
}
|
||||
|
||||
export const MethodComponent = React.memo((props: MethodProps) => {
|
||||
|
||||
Reference in New Issue
Block a user