mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Embedding checkbox bug (#22672)
This commit is contained in:
committed by
GitHub
parent
a2ea9c5417
commit
7422fe7c3f
@@ -26,7 +26,7 @@ export default class EmbeddingSetting extends Component {
|
||||
return !!this.value;
|
||||
}
|
||||
|
||||
set(value) {
|
||||
set checked(value) {
|
||||
this.set("value", value);
|
||||
return value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user