mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-03-04 22:46:33 -05:00
feat: Add attachments array to recommendation object and update options with collection start date
This commit is contained in:
@@ -166,6 +166,7 @@
|
||||
) + 1;
|
||||
|
||||
// Update `options.evdateents` when `collection.start_date` changes
|
||||
// @ts-ignore
|
||||
options = { ...options, date: collection.start_date };
|
||||
}
|
||||
if (collection.transportations) {
|
||||
@@ -232,7 +233,8 @@
|
||||
id: '',
|
||||
name: recomendation.tag,
|
||||
user_id: ''
|
||||
}
|
||||
},
|
||||
attachments: []
|
||||
};
|
||||
isAdventureModalOpen = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user