mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
Save smart sections correctly post callback refactoring
This commit is contained in:
parent
adef6dfffa
commit
c0d70e38de
6 changed files with 18 additions and 16 deletions
|
@ -121,7 +121,7 @@ export default Component.extend({
|
|||
page.set('title', title);
|
||||
meta.set('rawBody', this.getBody());
|
||||
|
||||
let cb = this.get('onCancel');
|
||||
let cb = this.get('onAction');
|
||||
cb(page, meta);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue