You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/workspace-header/components/promote-workspace-modal/promote-workspace-modal.tsx
+14-19Lines changed: 14 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ interface EdgeOption {
128
128
* picks a direction and lists each resource kind's mapping status, then Sync.
129
129
* "Edit mappings" steps through every kind (Back/Next, each source a
130
130
* settings-style section + full-width target) to set or review targets before
131
-
* landing back on Sync - with a force-confirm on drift. The durable record of
131
+
* landing back on Sync - which always confirms the overwrite first. The durable record of
132
132
* every sync is the Activity log in Manage Forks, so this modal just closes on
133
133
* success.
134
134
*/
@@ -173,7 +173,7 @@ export function PromoteWorkspaceModal({
173
173
// Wizard step: 0 is the overview; 1..N edit one resource kind each, entered via
174
174
// "Edit mappings". Backing out of step 1 returns to the overview.
0 commit comments