FIX: Embedding checkbox bug (#22672)

This commit is contained in:
Juan David Martínez Cubillos
2023-07-18 15:02:07 -05:00
committed by GitHub
parent a2ea9c5417
commit 7422fe7c3f

View File

@@ -26,7 +26,7 @@ export default class EmbeddingSetting extends Component {
return !!this.value;
}
set(value) {
set checked(value) {
this.set("value", value);
return value;
}