Good first draft. Done for the night!
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user