mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-13 16:17:11 +02: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