+ |
+ {m.key}
+ {m.parentKey && (
+ ↳ {m.parentKey}
+ )}
+ |
+ {m.label} |
+
+ setDraftField(m.key, { displayLabel: e.target.value })}
+ placeholder={`Mặc định: ${m.label}`}
+ maxLength={200}
+ className={cn(
+ 'h-8 text-xs',
+ customLabel && 'border-brand-300 bg-brand-50/40',
+ )}
+ />
+ |
+
+
+ |
+
+
+ {dirty && (
+
+ )}
+ {(hidden || customLabel) && !dirty && (
+
+ )}
+
+ |
+
+ )
+ })}
+