File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ ## BUGS:
2+ [ ] - on page '/accounts', when we try to edit the password, the background covers the modal window and prevents us from doing anything
3+ ## TODO:
4+ [ ] - add information for future contributors
5+ [ ] - the page setting is only mock, remove it or make it work
6+ [ ] - move the entire UI to use react-bootstrap instead of js bootstrap
Original file line number Diff line number Diff line change @@ -347,6 +347,7 @@ const Accounts = () => {
347347 error = { passwordFormErrors . confirmPassword }
348348 required
349349 />
350+ </ form >
350351
351352 < div className = "modal-footer" >
352353 < button
@@ -363,7 +364,6 @@ const Accounts = () => {
363364 { t ( 'accounts.updatePassword' ) }
364365 </ button >
365366 </ div >
366- </ form >
367367 </ div >
368368 </ div >
369369 </ div >
You can’t perform that action at this time.
0 commit comments