Implemented kanban board page with lists of issues
This commit is contained in:
@@ -72,7 +72,7 @@ const ConfirmModal = ({
|
||||
{confirmInput && (
|
||||
<>
|
||||
<InputLabel>{`Type ${confirmInput} below to confirm.`}</InputLabel>
|
||||
<StyledInput onChange={(event, value) => handleConfirmInputChange(value)} />
|
||||
<StyledInput onChange={handleConfirmInputChange} />
|
||||
<br />
|
||||
</>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user