Skip to content
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

replace usages of MultiSelect from ui-framework #4730

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dzonidoo
Copy link
Collaborator

No description provided.

@dzonidoo dzonidoo requested a review from tomaskikutis January 22, 2025 11:05
@@ -27,6 +27,10 @@ export class MultiEditToolbarAction extends React.Component<IProps, IState> {
}

render(): ReactNode {
const options = sdApi.article.getWorkQueueItems().filter((article) =>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Either inline it or move inside getOptions function so it only executes when getOptions is called.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants