Skip to content

Commit

Permalink
feat: implemented document field in ui package
Browse files Browse the repository at this point in the history
  • Loading branch information
chesterkmr committed Jan 15, 2025
1 parent 7e55313 commit 4f16a81
Show file tree
Hide file tree
Showing 50 changed files with 964 additions and 674 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ export const usePageErrors = (context: CollectionFlowContext, pages: UIPage[]):
return pageErrorBase;
});

console.log('contex documents', context.documents);

pagesWithErrors.forEach(pageError => {
pageError.errors = [
...((context.documents as Document[]) || []),
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 4f16a81

Please sign in to comment.