UniversityOfHelsinkiCS / grapa

GRAdut Pikaisesti Alkuun
1 stars 0 forks source link

Deletion of supervisor should have confirmation #38

Closed HRemonen closed 1 month ago

HRemonen commented 1 month ago

Now the deletion of any supervisor does not trigger a confirmation message.

How to fix

For this there is the DeleteConfirmation component: https://github.com/UniversityOfHelsinkiCS/grapa/blob/master/src/client/components/Common/DeleteConfirmation.tsx which can be used.

Testing constraints

I actually did this once already but I couldn't get the tests working so it needs a bit more investigation or just delete the tests.