Deniz Cengiz 1 anno fa
parent
commit
3f4feec8ef
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Trio/Sources/Modules/CGMSettings/View/CGMRootView.swift

+ 1 - 1
Trio/Sources/Modules/CGMSettings/View/CGMRootView.swift

@@ -13,7 +13,7 @@ extension CGMSettings {
         @State var selectedVerboseHint: AnyView?
         @State var hintLabel: String?
         @State private var decimalPlaceholder: Decimal = 0.0
-        @State private var booleanPlaceholdre: Bool = false
+        @State private var booleanPlaceholder: Bool = false
         @State var showCGMSelection: Bool = false
 
         @Environment(\.colorScheme) var colorScheme