- Notifications
You must be signed in to change notification settings - Fork948
fix(site): revamp UI for batch-updating workspaces#18895
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:mes/batch-update-01
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
isLoading={batchActions.isProcessing} | ||
onClose={() => setActiveBatchAction(undefined)} | ||
onConfirm={async () => { | ||
workspacesToUpdate={checkedWorkspaces} |
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.
Renamed prop because I don't think that a component should need to be aware of how its parent chooses to represent workspace selections
@aslilac I don't think there's a good way to ping you specifically now that you're a code owner, but I was hoping I could have you review this PR |
Uh oh!
There was an error while loading.Please reload this page.
Closes#18879
Builds on#18895
Changes made
BatchUpdateConfirmation
component, replacing it withBatchUpdateModalForm
Screenshots
Notes