We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b375ce0 commit 0195363Copy full SHA for 0195363
Frontend/src/components/question/EditQn.jsx
@@ -47,7 +47,6 @@ function EditQn({ question, handleClose, editQuestion }) {
47
<div className='d-flex bg-primary justify-content-center align-items-center'>
48
<div className="w-100 bg-white p-3">
49
<form onSubmit={Update}>
50
- <h2>Update Question</h2>
51
{error && <div className="alert alert-danger">{error}</div>}
52
<div className="mb-2">
53
<label htmlFor="">Title</label>
0 commit comments