Fix compile error on iOS for previous commit

This commit is contained in:
Davide 2024-11-08 15:51:52 +01:00
parent 7c27125dd7
commit d209b0d9b0
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ private extension ProfileEditView {
NavigationStack {
ProfileEditView(
profileEditor: ProfileEditor(profile: .newMockProfile()),
moduleViewFactory: DefaultModuleViewFactory(),
moduleViewFactory: DefaultModuleViewFactory(registry: Registry()),
path: .constant(NavigationPath())
)
}