Skip to content

Commit

Permalink
Add missing fields
Browse files Browse the repository at this point in the history
  • Loading branch information
barshathakuri authored and samshara committed Sep 5, 2024
1 parent 40e78df commit ff2ed05
Show file tree
Hide file tree
Showing 4 changed files with 351 additions and 400 deletions.
2 changes: 1 addition & 1 deletion app/src/utils/importTemplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export function getCombinedKey(
return `${String(parentKey)}__${String(key)}`;
}

type TemplateField = HeadingTemplateField | InputTemplateField;
export type TemplateField = HeadingTemplateField | InputTemplateField;

// TODO: add test
export function createImportTemplate<
Expand Down
Loading

0 comments on commit ff2ed05

Please sign in to comment.