Skip to content

Commit 367bb65

Browse files
committed
fix parsing errors not showing in input field templates modal
1 parent c9d9555 commit 367bb65

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/settings/inputFieldTemplateSetting/InputFieldTemplatesSettingComponent.svelte

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@
6363
<div>
6464
<h3 class="mod-error">Some Templates Failed to Parse</h3>
6565

66-
<ErrorCollectionComponent errorCollection={errorCollection} declaration={undefined}
66+
<ErrorCollectionComponent
67+
settings={{
68+
errorCollection: errorCollection,
69+
}}
6770
></ErrorCollectionComponent>
6871
</div>
6972
{/if}

0 commit comments

Comments
 (0)