354 |
355 | setPutId(e.target.value)}
359 | className="form-control"
360 | placeholder="Id"
361 | />
362 |
363 |
364 | setPutTitle(e.target.value)}
368 | className="form-control"
369 | placeholder="Title"
370 | />
371 |
372 |
373 | setPutDescription(e.target.value)}
377 | className="form-control"
378 | placeholder="Description"
379 | />
380 |
381 |
382 | setPutPublished(e.target.checked)}
387 | className="form-check-input"
388 | />
389 |
392 |
393 |
396 |
402 |
403 | {putResult && (
404 |
407 | )}
408 |