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/components/resource-reconfigure.tsx
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -231,9 +231,8 @@ function BlockReconfig({
231
231
context={{
232
232
...field.context,
233
233
...providedValues,
234
-
// The target workspace, for workspace-scoped selectors (e.g. table.columns). The
235
-
// parent value below wins on key collision, though parentContextKey never collides.
236
-
...(workspaceId ? { workspaceId } : {}),
234
+
// Target workspace, for workspace-scoped selectors like table.columns.
0 commit comments