()
| 32 | setIsEditing(true); |
| 33 | } |
| 34 | function handleDiscardButton() { |
| 35 | setTitle(problem.title); |
| 36 | setDescription(problem.description); |
| 37 | setType(problem.type); |
| 38 | setNotionDocId(problem.notionDocId); |
| 39 | setIsEditing(false); |
| 40 | } |
| 41 | return ( |
| 42 | <Card key={problem.id}> |
| 43 | {!isEditing && ( |