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
+4-12Lines changed: 4 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -348,33 +348,27 @@ 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.CATEGORY_EDIT]: {
351
+
[SCREENS.WORKSPACE.DYNAMIC_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
371
367
backTo?: Routes;
372
368
};
373
-
[SCREENS.WORKSPACE.CATEGORY_GL_CODE]: {
369
+
[SCREENS.WORKSPACE.DYNAMIC_CATEGORY_GL_CODE]: {
374
370
policyID: string;
375
371
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
@@ -410,11 +404,9 @@ type SettingsNavigatorParamList = {
410
404
policyID: string;
411
405
categoryName: string;
412
406
};
413
-
[SCREENS.WORKSPACE.CATEGORY_SETTINGS]: {
407
+
[SCREENS.WORKSPACE.DYNAMIC_CATEGORY_SETTINGS]: {
414
408
policyID: string;
415
409
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