hdar88 / fullstack-web-application

Fullstack web application using Python/Django and React
0 stars 0 forks source link

close createNotesModal when submitting a new note #32

Closed hdar88 closed 1 month ago

hdar88 commented 1 month ago

Currently, after creating a note, the createNoteModal stays open und takes unnecessary space. Instead, only the notes list should be visible.

Actual behavior After submitting a new note, the createNoteModal stays visible and opened

Expected behavior The createNoteModal should be closed and only visible in the process of creating a note