Skip to content

Commit

Permalink
fix(response): Fixed response from publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlovicnemanja committed Nov 21, 2024
1 parent 89e907e commit 936c4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/ContentLists/Manual/Manual.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ class Manual extends React.Component {
},
}).then((response) => {
const ninjs = this.props.publisher.publishSuperdeskArticle('new', response.export[item_id]).then((response) => {
resolve(response[0]);
resolve(response.article_ids[0]);
});
});
});
Expand Down

0 comments on commit 936c4fe

Please sign in to comment.