You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libs/Navigation/types.ts
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -348,27 +348,33 @@ type SettingsNavigatorParamList = {
348
348
// eslint-disable-next-line no-restricted-syntax -- `backTo` usages in this file are legacy. Do not add new `backTo` params to screens. See contributingGuides/NAVIGATION.md
349
349
backTo?: Routes;
350
350
};
351
-
[SCREENS.WORKSPACE.DYNAMIC_CATEGORY_EDIT]: {
351
+
[SCREENS.WORKSPACE.CATEGORY_EDIT]: {
352
352
policyID: string;
353
353
categoryName: string;
354
+
// eslint-disable-next-line no-restricted-syntax -- `backTo` usages in this file are legacy. Do not add new `backTo` params to screens. See contributingGuides/NAVIGATION.md
// eslint-disable-next-line no-restricted-syntax -- `backTo` usages in this file are legacy. Do not add new `backTo` params to screens. See contributingGuides/NAVIGATION.md
// eslint-disable-next-line no-restricted-syntax -- `backTo` usages in this file are legacy. Do not add new `backTo` params to screens. See contributingGuides/NAVIGATION.md
367
371
backTo?: Routes;
368
372
};
369
-
[SCREENS.WORKSPACE.DYNAMIC_CATEGORY_GL_CODE]: {
373
+
[SCREENS.WORKSPACE.CATEGORY_GL_CODE]: {
370
374
policyID: string;
371
375
categoryName: string;
376
+
// eslint-disable-next-line no-restricted-syntax -- `backTo` usages in this file are legacy. Do not add new `backTo` params to screens. See contributingGuides/NAVIGATION.md
@@ -404,9 +410,11 @@ type SettingsNavigatorParamList = {
404
410
policyID: string;
405
411
categoryName: string;
406
412
};
407
-
[SCREENS.WORKSPACE.DYNAMIC_CATEGORY_SETTINGS]: {
413
+
[SCREENS.WORKSPACE.CATEGORY_SETTINGS]: {
408
414
policyID: string;
409
415
categoryName: string;
416
+
// eslint-disable-next-line no-restricted-syntax -- `backTo` usages in this file are legacy. Do not add new `backTo` params to screens. See contributingGuides/NAVIGATION.md
0 commit comments