mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-05 21:20:40 +02:00
fix ButtonComponent id
This commit is contained in:
parent
fd26a410fd
commit
9202a0335d
@ -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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user