fix(pbd/attached): should be a boolean
This commit is contained in:
parent
97b229b2c7
commit
b47146de45
@ -393,7 +393,7 @@ const TRANSFORMS = {
|
|||||||
return {
|
return {
|
||||||
type: 'PBD',
|
type: 'PBD',
|
||||||
|
|
||||||
attached: obj.currently_attached,
|
attached: Boolean(obj.currently_attached),
|
||||||
host: link(obj, 'host'),
|
host: link(obj, 'host'),
|
||||||
SR: link(obj, 'SR')
|
SR: link(obj, 'SR')
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user