-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Close & continue #4233
Close & continue #4233
Conversation
Add button in react authoring |
do these and move out the logic from sdApi to authoringApiCommon |
After merging #4231 pull latest changes from post-broadcasting and reuse the new logic for |
scripts/api/article.ts
Outdated
@@ -383,6 +389,10 @@ function isEditable(_article: IArticle): boolean { | |||
} | |||
} | |||
|
|||
function rewrite(item: IArticle) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add a return type?
No description provided.