We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7219097 commit f5a75ebCopy full SHA for f5a75eb
WooCommerce/Classes/ViewRelated/Custom Fields/CustomFieldEditorView.swift
@@ -24,7 +24,7 @@ struct CustomFieldEditorView: View {
24
/// - value: The value for the custom field
25
/// - isReadOnlyValue: Whether the value is read-only or not. To be used if the value is not string but JSON.
26
/// - onSave: Closure to handle save action
27
- init(key: String,
+ init(key: String,
28
value: String,
29
isReadOnlyValue: Bool = false,
30
isCreatingNewField: Bool = false,
0 commit comments