Component to be refactored
any "nested" modal
Purpose of refactoring
bootstrap does not directly support nested modals: https://getbootstrap.com/docs/5.3/components/modal/#toggle-between-modals
assuming we want a reasonable mobile (at least tablet) experience non-nested modals would likely flow better.
Proposed method
determine method of passing appropriate component id's to handle return to the correct base modal
Additional context
Add any other context or screenshots about the feature request here.