refactor(routes): renames unregister redirect external route idto include a namespace

Signed-off-by: Matthew Prinold <matthewprinold@gmail.com>
This commit is contained in:
Matthew Prinold
2023-11-15 08:57:08 +00:00
parent 793610227f
commit 3014f6f374
+1 -1
View File
@@ -37,7 +37,7 @@ export const createFromTemplateRouteRef = createExternalRouteRef({
});
export const unregisterRedirectRouteRef = createExternalRouteRef({
id: 'unregister-redirect',
id: 'catalog:unregister-redirect',
optional: true,
});