Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 9869 | Rev 9874 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 9869 Rev 9873
Línea 162... Línea 162...
162
            <div className="form-group">
162
            <div className="form-group">
163
              <label>Último día de aplicación</label>
163
              <label>Último día de aplicación</label>
164
              <Datetime
164
              <Datetime
165
                dateFormat="DD-MM-YYYY"
165
                dateFormat="DD-MM-YYYY"
166
                timeFormat={false}
166
                timeFormat={false}
-
 
167
                initialValue={action === "edit" ? Date.UTC(year) : Date.now()}
167
                onChange={(e) =>
168
                onChange={(e) =>
168
                  setYear(new Intl.DateTimeFormat({ year: 'numeric', month: 'numeric', day: 'numeric' }).format(e.toDate()))
169
                  setYear(new Intl.DateTimeFormat({ year: 'numeric', month: 'numeric', day: 'numeric' }).format(e.toDate()))
169
                }
170
                }
170
                inputProps={{ className: 'form-control' }}
171
                inputProps={{ className: 'form-control' }}
171
                closeOnSelect
172
                closeOnSelect
Línea 175... Línea 176...
175
            <div className="form-group">
176
            <div className="form-group">
176
              <label>Descripción</label>
177
              <label>Descripción</label>
177
              <DescriptionInput
178
              <DescriptionInput
178
                setValue={setValue}
179
                setValue={setValue}
179
                name="description"
180
                name="description"
-
 
181
                defaultValue={action === "edit" ? watch("description") : ''}
180
              />
182
              />
181
            </div>
183
            </div>
182
            <div className="form-group">
184
            <div className="form-group">
183
              <label>Estatus</label>
185
              <label>Estatus</label>
184
              <div
186
              <div