mirror of
https://github.com/modrinth/code.git
synced 2026-08-28 18:45:15 +00:00
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 () => {
|
const save = async () => {
|
||||||
// Save field changes via useSavable
|
// Save field changes via useSavable
|
||||||
|
|||||||
Reference in New Issue
Block a user