Good first draft. Done for the night!

This commit is contained in:
Scott Idem
2024-02-16 22:15:54 -05:00
parent bab68af7dc
commit 6f0680f282
4 changed files with 50 additions and 4 deletions

View File

@@ -30,6 +30,8 @@ const modalComponentViewSponsorshipObj: ModalComponent = { ref: View_modal_spons
const modal_view__sponsorship_obj: ModalSettings = {
type: 'component',
component: modalComponentViewSponsorshipObj,
title: 'Viewing Sponsorship',
position: '', // default is "items-center"
};
// We don't want the edit or view to show up by default. Maybe if we see an object ID param in the URL, we can show the view modal.
@@ -235,6 +237,7 @@ const modal_edit__sponsorship_obj: ModalSettings = {
type: 'component',
component: 'modalComponentEditSponsorshipObj',
title: 'Edit Sponsorship',
position: '', // default is "items-center"
};
// const modal_view__sponsorship_obj: ModalSettings = {