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
+5-15Lines changed: 5 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -478,10 +478,8 @@ type SettingsNavigatorParamList = {
478
478
// 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
484
-
backTo?: Routes;
485
483
};
486
484
[SCREENS.WORKSPACE.DISTANCE_RATE_DETAILS]: {
487
485
policyID: string;
@@ -556,12 +554,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
564
-
backTo?: Routes;
565
561
parentTagsFilter?: string;
566
562
};
567
563
[SCREENS.WORKSPACE.TAG_LIST_VIEW]: {
@@ -580,11 +576,9 @@ type SettingsNavigatorParamList = {
580
576
// 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
587
-
backTo?: Routes;
588
582
};
589
583
[SCREENS.WORKSPACE.TAG_EDIT]: {
590
584
policyID: string;
@@ -593,12 +587,10 @@ type SettingsNavigatorParamList = {
593
587
// 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
601
-
backTo?: Routes;
602
594
};
603
595
[SCREENS.WORKSPACE.TAG_APPROVER]: {
604
596
policyID: string;
@@ -619,12 +611,10 @@ type SettingsNavigatorParamList = {
619
611
// 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
0 commit comments