mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 13:22:14 +00:00
iOS: fix Fatal error: No Observable object of type NodeAppModel in GatewayQuickSetupSheet
This commit is contained in:
committed by
Mariano Belinky
parent
ee11388e38
commit
a779205580
@@ -78,6 +78,8 @@ struct RootCanvas: View {
|
||||
userAccent: self.appModel.seamColor)
|
||||
case .quickSetup:
|
||||
GatewayQuickSetupSheet()
|
||||
.environment(self.appModel)
|
||||
.environment(self.gatewayController)
|
||||
}
|
||||
}
|
||||
.fullScreenCover(isPresented: self.$showOnboarding) {
|
||||
|
||||
Reference in New Issue
Block a user