We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8f80c0 + e7cc088 commit 8beaa15Copy full SHA for 8beaa15
1 file changed
app/javascript/EventAdmin/DroppedEventAdmin.tsx
@@ -47,7 +47,7 @@ function DroppedEventAdmin(): JSX.Element {
47
submit(
48
{},
49
{
50
- action: `/admin_events/${droppedEvent.event_category.id}/${droppedEvent.id}/restore`,
+ action: `/admin_events/${droppedEvent.event_category.id}/events/${droppedEvent.id}/restore`,
51
method: 'POST',
52
},
53
),
0 commit comments