Skip to content

Commit 90c5f85

Browse files
author
Alexander Suevalov
authoredNov 17, 2020
fix: correct fallbackCode type for Locale (#553)
1 parent b2be22d commit 90c5f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/entities/locale.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export type LocaleProps = {
2020
/**
2121
* Locale code to fallback to when there is not content for the current locale
2222
*/
23-
fallbackCode: string
23+
fallbackCode: string | null
2424
/**
2525
* If the content under this locale should be available on the CDA (for public reading)
2626
*/

0 commit comments

Comments
 (0)
Please sign in to comment.