Skip to content

Commit a1f440c

Browse files
committed
Update
1 parent d2a803c commit a1f440c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/generate_screen/_insight_mappers.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ final insightMappers = [
8888
.join(',');
8989
final generateScreenBindingsArgs = [
9090
if (insight.path.isNotEmpty) "path: '${insight.path}'",
91-
if (insight.title.isNotEmpty) "defaultTitle: '${insight.title}'",
91+
if (insight.title.isNotEmpty) "title: '${insight.title}'",
9292
if (insight.isAccessibleOnlyIfLoggedIn)
9393
'isAccessibleOnlyIfLoggedIn: true',
9494
if (insight.isAccessibleOnlyIfLoggedInAndVerified)

0 commit comments

Comments
 (0)