Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2574,8 +2574,9 @@
>
<div class="modal-content">
<p class="mb-3" style="margin-top: 13px; padding-bottom:20px;">
"{$tab?.name}" flow has active schedules. Saving will update all upcoming
runs with your latest changes, which may impact their results.
"<span style="font-weight:700 !important;">{$tab?.name}</span>" flow has
active schedules. Saving will update all upcoming runs with your latest
changes, which may impact their results.
</p>
<div class="d-flex justify-content-end gap-3">
<Button
Expand All @@ -2587,7 +2588,7 @@
<Button
type="primary"
size="medium"
title="Save"
title="Save & Apply"
onClick={handleSaveConfirm}
/>
</div>
Expand Down
Loading