You've already forked AstralRinth
fix: use correct organization route parameter (#6294)
This commit is contained in:
@@ -85,7 +85,7 @@ const showPreviewImage = (files) => {
|
||||
}
|
||||
}
|
||||
|
||||
const orgId = useRouteId('orgId')
|
||||
const orgId = useRouteId('organization')
|
||||
|
||||
const save = async () => {
|
||||
// Save field changes via useSavable
|
||||
|
||||
Reference in New Issue
Block a user