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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;
}