Skip to content

Commit 0195363

Browse files
committed
Remove extra "Update" title for Edit modal
1 parent b375ce0 commit 0195363

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Frontend/src/components/question/EditQn.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ function EditQn({ question, handleClose, editQuestion }) {
4747
<div className='d-flex bg-primary justify-content-center align-items-center'>
4848
<div className="w-100 bg-white p-3">
4949
<form onSubmit={Update}>
50-
<h2>Update Question</h2>
5150
{error && <div className="alert alert-danger">{error}</div>}
5251
<div className="mb-2">
5352
<label htmlFor="">Title</label>

0 commit comments

Comments
 (0)