mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-02-13 22:08:41 +01:00
fix ButtonComponent id
This commit is contained in:
@@ -36,7 +36,7 @@ export const ButtonComponent = React.memo((props: ButtonComponentProps) => {
|
|||||||
|
|
||||||
<DocStringComponent docString={docString} />
|
<DocStringComponent docString={docString} />
|
||||||
<ToggleButton
|
<ToggleButton
|
||||||
id="toggle-check"
|
id={`toggle-check-${parent_path}.${name}`}
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
variant={value ? 'success' : 'secondary'}
|
variant={value ? 'success' : 'secondary'}
|
||||||
checked={value}
|
checked={value}
|
||||||
|
|||||||
Reference in New Issue
Block a user