mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Make details a binding
This commit is contained in:
parent
cbcd452b4b
commit
a02519b5da
1 changed files with 3 additions and 2 deletions
|
|
@ -28,8 +28,9 @@ struct NodeDetail: View {
|
|||
|
||||
// The node information being displayed on the detail screen
|
||||
@ObservedObject var node: NodeInfoEntity
|
||||
@State var selectedDetails: NodeDetails?
|
||||
|
||||
//private var selectedNodeDetails: Binding<NodeDetails>? = nil
|
||||
|
||||
@State private var selectedNodeDetails: NodeDetails?
|
||||
var columnVisibility = NavigationSplitViewVisibility.all
|
||||
|
||||
var body: some View {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue