Skip to content

Commit

Permalink
props.dataValues is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Nov 17, 2024
1 parent e6e6523 commit fe26ff1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export interface PlanningConstraints extends BaseNodeData {
description: string;
fn: string;
disclaimer: string;
dataValues: string[];
dataValues?: string[];
}

export const parseContent = (
Expand Down

0 comments on commit fe26ff1

Please sign in to comment.