fix(mod): submit and edit reset bug
All checks were successful
Release to Staging / build_and_release (push) Successful in 49s
All checks were successful
Release to Staging / build_and_release (push) Successful in 49s
This commit is contained in:
parent
1076124356
commit
ba60b7f1d4
@ -131,11 +131,11 @@ export const routerWithNdkContext = (context: NDKContextType) =>
|
||||
},
|
||||
{
|
||||
path: appRoutes.submitMod,
|
||||
element: <SubmitModPage />
|
||||
element: <SubmitModPage key='submit' />
|
||||
},
|
||||
{
|
||||
path: appRoutes.editMod,
|
||||
element: <SubmitModPage />
|
||||
element: <SubmitModPage key='edit' />
|
||||
},
|
||||
{
|
||||
path: appRoutes.write,
|
||||
|
Loading…
x
Reference in New Issue
Block a user