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