mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-07-08 02:54:49 +02:00
fix: component ids adhere to html guidelines now
This commit is contained in:
@ -153,8 +153,9 @@ export const GenericComponent = React.memo(
|
||||
} else if (attribute.type === 'DataService') {
|
||||
return (
|
||||
<DataServiceComponent
|
||||
name={name}
|
||||
props={attribute.value as DataServiceJSON}
|
||||
parentPath={parentPath.concat('.', name)}
|
||||
parentPath={parentPath}
|
||||
isInstantUpdate={isInstantUpdate}
|
||||
addNotification={addNotification}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user