Skip to content

Commit

Permalink
Sort merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jamdelion committed Jan 8, 2025
1 parent 6062e93 commit 4ebe62b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions editor.planx.uk/src/pages/FlowEditor/lib/store/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -617,10 +617,6 @@ export const editorStore: StateCreator<
if (node.data?.fn !== "flag") nodes.add(node.data.fn);
}

// TODO align to (reuse?) data facets from search
if (node.data?.output) nodes.add(node.data.output);
if (node.data?.dataFieldBoundary) nodes.add(node.data.dataFieldBoundary);

if (node.data?.val) {
// Exclude Filter Option flag values as not exposed to editors
const flagVals = flatFlags.map((flag) => flag.value);
Expand Down

0 comments on commit 4ebe62b

Please sign in to comment.