Skip to content

Commit 263b5d1

Browse files
committed
III-5418 - Remove featureFlag on /edit redirects
1 parent 5e6efc5 commit 263b5d1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/redirects.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,16 @@ const getRedirects = (
7070
source: '/event/:eventId/edit',
7171
destination: '/events/:eventId/edit',
7272
permanent: false,
73-
featureFlag: FeatureFlags.REACT_CREATE,
7473
},
7574
{
7675
source: '/event/:eventId/duplicate',
7776
destination: '/events/:eventId/duplicate',
7877
permanent: false,
79-
featureFlag: FeatureFlags.REACT_CREATE,
8078
},
8179
{
8280
source: '/place/:placeId/edit',
8381
destination: '/places/:placeId/edit',
8482
permanent: false,
85-
featureFlag: FeatureFlags.REACT_CREATE,
8683
},
8784
{
8885
source: '/organizer',

0 commit comments

Comments
 (0)