@ -90,7 +90,7 @@ fun DemoApp(modifier: Modifier = Modifier) {
}
composable(
route = DemoRoutes.Edit.route,
arguments = listOf(navArgument("contactId") {
arguments = listOf(navArgument("taskId") {
type = NavType.IntType
})
) {