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
+9-19Lines changed: 9 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -466,10 +466,8 @@ type SettingsNavigatorParamList = {
466
466
// 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
472
-
backTo?: Routes;
473
471
};
474
472
[SCREENS.WORKSPACE.DISTANCE_RATE_DETAILS]: {
475
473
policyID: string;
@@ -544,12 +542,10 @@ type SettingsNavigatorParamList = {
// 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
552
-
backTo?: Routes;
553
549
parentTagsFilter?: string;
554
550
};
555
551
[SCREENS.WORKSPACE.TAG_LIST_VIEW]: {
@@ -568,11 +564,9 @@ type SettingsNavigatorParamList = {
568
564
// 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
575
-
backTo?: Routes;
576
570
};
577
571
[SCREENS.WORKSPACE.TAG_EDIT]: {
578
572
policyID: string;
@@ -581,12 +575,15 @@ type SettingsNavigatorParamList = {
581
575
// 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
589
-
backTo?: Routes;
590
587
};
591
588
[SCREENS.WORKSPACE.TAG_APPROVER]: {
592
589
policyID: string;
@@ -607,13 +604,6 @@ type SettingsNavigatorParamList = {
607
604
// 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
608
605
backTo?: Routes;
609
606
};
610
-
[SCREENS.SETTINGS_TAGS.SETTINGS_TAG_GL_CODE]: {
611
-
policyID: string;
612
-
orderWeight: number;
613
-
tagName: string;
614
-
// 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