Skip to content

Commit 5661300

Browse files
committed
fix: typo
1 parent 28b82a6 commit 5661300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webcomponents/src/app/components/gn-record-view/gn-record-view.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122

123123
<ng-template #loadingOrError>
124124
<gn-ui-error
125-
[type]="errorTypes.RECORD_NOT_FOUND"
125+
[type]="errorType.RECORD_NOT_FOUND"
126126
[recordId]="recordId"
127127
></gn-ui-error>
128128
</ng-template>

0 commit comments

Comments
 (0)