mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-12-21 05:31:18 +01:00
using new runMethod function
This commit is contained in:
@@ -32,7 +32,7 @@ export const MethodComponent = React.memo((props: MethodProps) => {
|
||||
|
||||
const execute = async (event: React.FormEvent) => {
|
||||
event.preventDefault();
|
||||
runMethod(name, parentPath, {});
|
||||
runMethod(fullAccessPath);
|
||||
|
||||
triggerNotification();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user