mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-12-26 15:51:19 +01:00
fixing EnumComponent notification message format
This commit is contained in:
@@ -24,7 +24,7 @@ export const EnumComponent = React.memo((props: EnumComponentProps) => {
|
|||||||
socket.emit('frontend_update', {
|
socket.emit('frontend_update', {
|
||||||
name: name,
|
name: name,
|
||||||
parent_path: parent_path,
|
parent_path: parent_path,
|
||||||
value: { value: newValue }
|
value: newValue
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user