refactor(routes): renames unregister redirect external route idto include a namespace
Signed-off-by: Matthew Prinold <matthewprinold@gmail.com>
This commit is contained in:
@@ -37,7 +37,7 @@ export const createFromTemplateRouteRef = createExternalRouteRef({
|
||||
});
|
||||
|
||||
export const unregisterRedirectRouteRef = createExternalRouteRef({
|
||||
id: 'unregister-redirect',
|
||||
id: 'catalog:unregister-redirect',
|
||||
optional: true,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user