Fix compile error on iOS for previous commit
This commit is contained in:
parent
7c27125dd7
commit
d209b0d9b0
|
@ -181,7 +181,7 @@ private extension ProfileEditView {
|
||||||
NavigationStack {
|
NavigationStack {
|
||||||
ProfileEditView(
|
ProfileEditView(
|
||||||
profileEditor: ProfileEditor(profile: .newMockProfile()),
|
profileEditor: ProfileEditor(profile: .newMockProfile()),
|
||||||
moduleViewFactory: DefaultModuleViewFactory(),
|
moduleViewFactory: DefaultModuleViewFactory(registry: Registry()),
|
||||||
path: .constant(NavigationPath())
|
path: .constant(NavigationPath())
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue