mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Called onChange callback from announcement content
no issue
This commit is contained in:
parent
6928235c48
commit
4259867f4e
1 changed files with 1 additions and 0 deletions
|
@ -45,5 +45,6 @@ export default class AnnouncementSettingsVisibilityComponent extends Component {
|
|||
|
||||
this.settings.announcementVisibility = updatedVisibilityOptions;
|
||||
this.settings.save();
|
||||
this.args.onChange?.();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue