FIX: Embedding checkbox bug (#22672)
This commit is contained in:
parent
a2ea9c5417
commit
7422fe7c3f
|
@ -26,7 +26,7 @@ export default class EmbeddingSetting extends Component {
|
||||||
return !!this.value;
|
return !!this.value;
|
||||||
}
|
}
|
||||||
|
|
||||||
set(value) {
|
set checked(value) {
|
||||||
this.set("value", value);
|
this.set("value", value);
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue