After clicking on the trash icon, we call setDeleteModal(true).
I added handleDelete as a prop to DeleteSolutionModal, in order to call the function after the user presses "מחיקה".
In the end I also called window.location.reload(), so that the solution will disappear.
After clicking on the trash icon, we call setDeleteModal(true). I added handleDelete as a prop to DeleteSolutionModal, in order to call the function after the user presses "מחיקה". In the end I also called window.location.reload(), so that the solution will disappear.