Mostly move some stuff around

This commit is contained in:
Gregory Schier
2023-11-16 18:53:34 -08:00
parent 9bdb01987c
commit 1070bf8e8f
9 changed files with 27 additions and 15 deletions

View File

@@ -180,8 +180,8 @@ export const PairEditor = memo(function PairEditor({
forceUpdateKey={forceUpdateKey}
nameAutocomplete={nameAutocomplete}
valueAutocomplete={valueAutocomplete}
namePlaceholder={isLast ? namePlaceholder : ''}
valuePlaceholder={isLast ? valuePlaceholder : ''}
namePlaceholder={namePlaceholder}
valuePlaceholder={valuePlaceholder}
nameValidate={nameValidate}
valueValidate={valueValidate}
onChange={handleChange}