diff --git a/src/views/partials/circle/page-circle-events.pug b/src/views/partials/circle/page-circle-events.pug index 7d18940..43fc7f8 100644 --- a/src/views/partials/circle/page-circle-events.pug +++ b/src/views/partials/circle/page-circle-events.pug @@ -2,8 +2,8 @@ solid-event( class='w700' bind-resources nested-field="events" - range-event-type=`${extension.get('events').endpoints.typeevents}` + range-event-type=`${component.extensions.find(c => c.type=='events').endpoints.typeevents}` range-event-circle=`${component.endpoints.get}` - upload-dir=`${extension.get('events').endpoints.uploads}` + upload-dir=`${component.extensions.find(c => c.type=='events').endpoints.uploads}` id-prefix=`${component.route}` -) \ No newline at end of file +)