Skip to content

Commit

Permalink
fix parsing errors not showing in input field templates modal
Browse files Browse the repository at this point in the history
  • Loading branch information
mProjectsCode committed Jan 9, 2024
1 parent c9d9555 commit 367bb65
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@
<div>
<h3 class="mod-error">Some Templates Failed to Parse</h3>

<ErrorCollectionComponent errorCollection={errorCollection} declaration={undefined}
<ErrorCollectionComponent
settings={{
errorCollection: errorCollection,
}}
></ErrorCollectionComponent>
</div>
{/if}
Expand Down

0 comments on commit 367bb65

Please sign in to comment.