mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-03 20:30: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} />
|
||||
<ToggleButton
|
||||
id="toggle-check"
|
||||
id={`toggle-check-${parent_path}.${name}`}
|
||||
type="checkbox"
|
||||
variant={value ? 'success' : 'secondary'}
|
||||
checked={value}
|
||||
|
Loading…
x
Reference in New Issue
Block a user