openHPI / codeocean

CodeOcean is an automated assessment tool for web-based coding exercises
BSD 3-Clause "New" or "Revised" License
64 stars 27 forks source link

Use safe navigation operator for Bootstrap Modals #2598

Open MrSerth opened 22 hours ago

MrSerth commented 22 hours ago

There are too many edge cases where the modal might not be present any longer, and we just want to avoid unnecessary errors.