Преглед на файлове

Fix private values showing placeholder

jnfrati преди 4 години
родител
ревизия
c5d1417590
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      dashboard/src/components/porter-form/field-components/KeyValueArray.tsx

+ 1 - 0
dashboard/src/components/porter-form/field-components/KeyValueArray.tsx

@@ -324,6 +324,7 @@ const KeyValueArray: React.FC<Props> = (props) => {
                   disabled
                   type={"password"}
                   spellCheck={false}
+                  value={value}
                 />
               ) : (
                 <MultiLineInput