Skip to content

Commit

Permalink
LPD-35631 Add missing attribute to dataDefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoHu97 authored and brianchandotcom committed Sep 20, 2024
1 parent 9a112eb commit 2004d65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/test/playwright/types/data-definition.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ type DefinitionField = {
localizable: boolean;
name: string;
repeatable: boolean;
required?: boolean;
showLabel: boolean;
};

Expand Down

0 comments on commit 2004d65

Please sign in to comment.