-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[2/n] [RFC] add 'Launch all' button on sensor/schedule evaluation result modals #25323
base: dliu27/manual-sensors-oss
Are you sure you want to change the base?
Conversation
Deploy preview for dagit-core-storybook ready! ✅ Preview Built with commit 5e4eae5. |
return <Button onClick={onClose}>Close</Button>; | ||
return ( | ||
<> | ||
<Button intent="primary">Launch all</Button> |
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.
Looks like these will need onClick
behavior added.
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.
added here:
#25633
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.
Since this is a very minor change I would have included it in the linked pr
89ff3c9
to
d9a3490
Compare
8c5a3b7
to
efe8bf0
Compare
8866f99
to
a39ee99
Compare
efe8bf0
to
b3de9f7
Compare
a39ee99
to
d986a9f
Compare
b3de9f7
to
5e4eae5
Compare
Summary & Motivation
Linear: https://linear.app/dagster-labs/issue/FE-627/add-launch-all-frontend
Add "Launch all" button to these evaluation result modals
How I Tested These Changes
Tested locally
Changelog