mirror of https://github.com/openclaw/openclaw.git
iOS: fix Fatal error: No Observable object of type NodeAppModel in GatewayQuickSetupSheet
This commit is contained in:
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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue