mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-02-19 16:38:39 +01:00
frontend: passing parent_path via socketio
This commit is contained in:
@@ -33,6 +33,7 @@ export const AsyncMethodComponent = React.memo((props: AsyncMethodProps) => {
|
||||
|
||||
socket.emit('frontend_update', {
|
||||
name: method_name,
|
||||
parent_path: parent_path,
|
||||
value: { args: args }
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user