mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-12-28 00:31:18 +01:00
frontend: updating addNotification type hints
This commit is contained in:
@@ -119,7 +119,7 @@ interface ImageComponentProps {
|
||||
parentPath: string;
|
||||
readOnly: boolean;
|
||||
docString: string;
|
||||
addNotification: (string) => void;
|
||||
addNotification: (message: string) => void;
|
||||
// Define your component specific props here
|
||||
value: string;
|
||||
format: string;
|
||||
|
||||
Reference in New Issue
Block a user