mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-12-23 06:21:20 +01:00
frontend: passing parent_path via socketio
This commit is contained in:
@@ -31,6 +31,7 @@ export const MethodComponent = React.memo((props: MethodProps) => {
|
||||
'frontend_update',
|
||||
{
|
||||
name: name,
|
||||
parent_path: parent_path,
|
||||
value: { args: args }
|
||||
},
|
||||
(ack) => {
|
||||
|
||||
Reference in New Issue
Block a user