Deniz Cengiz 1 年之前
父节点
当前提交
3f4feec8ef
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 selectedVerboseHint: AnyView?
         @State var hintLabel: String?
         @State var hintLabel: String?
         @State private var decimalPlaceholder: Decimal = 0.0
         @State private var decimalPlaceholder: Decimal = 0.0
-        @State private var booleanPlaceholdre: Bool = false
+        @State private var booleanPlaceholder: Bool = false
         @State var showCGMSelection: Bool = false
         @State var showCGMSelection: Bool = false
 
 
         @Environment(\.colorScheme) var colorScheme
         @Environment(\.colorScheme) var colorScheme