weiterer fortschritt mit tamagui und dem neuen mobile event admin
This commit is contained in:
@@ -136,9 +136,9 @@ export default function MobileEventTasksPage() {
|
||||
}
|
||||
|
||||
async function importCollection(collectionId: number) {
|
||||
if (!eventId) return;
|
||||
if (!slug || !eventId) return;
|
||||
try {
|
||||
await importTaskCollection(collectionId, eventId);
|
||||
await importTaskCollection(collectionId, slug);
|
||||
const result = await getEventTasks(eventId, 1);
|
||||
setTasks(result.data);
|
||||
toast.success(t('events.tasks.imported', 'Aufgabenpaket importiert'));
|
||||
@@ -459,7 +459,7 @@ export default function MobileEventTasksPage() {
|
||||
<ListItem
|
||||
title={
|
||||
<Text fontSize={12.5} fontWeight="600" color="#111827">
|
||||
{collection.title}
|
||||
{collection.name}
|
||||
</Text>
|
||||
}
|
||||
subTitle={
|
||||
|
||||
Reference in New Issue
Block a user