You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
<MarkdownEditoreditorId={name+"_desc"}rows={10}placeholder="A description for this branch"defaultIndex={1}initialValue={description}viewOnly={meta.owner!==authInfo.loggedInUser}/>
@@ -155,18 +155,18 @@ export default function BranchesTable() {
Copy file name to clipboardExpand all lines: webui/jsx/discussion-create-mr.js
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -181,31 +181,31 @@ export default function DiscussionCreateMr() {
181
181
) : null}
182
182
<form>
183
183
<divclassName="form-group">
184
-
<labelfor="title">Title</label>
184
+
<labelhtmlFor="title">Title</label>
185
185
<inputtype="text"className="form-control"id="title"placeholder="Please fill in a title for the new merge request"maxlength={80}value={title}onChange={e=>setTitle(e.target.value)}required/>
0 commit comments