fix hardcoded post_id
This commit is contained in:
parent
1a6a3854c1
commit
d7639bd9ec
|
@ -88,7 +88,7 @@ export default class AIHelperOptionsMenu extends Component {
|
|||
data: {
|
||||
mode: option.value,
|
||||
text: this.args.outletArgs.data.quoteState.buffer,
|
||||
post_id: 419
|
||||
post_id: this.args.outletArgs.data.quoteState.postId
|
||||
}
|
||||
});
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue