Navigate Support directly to unknown pose
This commit is contained in:
parent
a16765b27e
commit
0fe83419f7
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ function SpeciesColorEditorLink({ species, color }) {
|
|||
return (
|
||||
<Box
|
||||
as={Link}
|
||||
to={`/outfits/new?species=${species.id}&color=${color.id}`}
|
||||
to={`/outfits/new?species=${species.id}&color=${color.id}&pose=UNKNOWN`}
|
||||
target="supportPetAppearanceEditor"
|
||||
border="1px solid"
|
||||
borderColor="green.600"
|
||||
|
|
Loading…
Reference in a new issue