Skip to content

Commit 6ddb8b5

Browse files
committed
update params
1 parent 003f3c8 commit 6ddb8b5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/ROUTES.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,9 @@ const DYNAMIC_ROUTES = {
294294
entryScreens: [SCREENS.SETTINGS_TAGS.SETTINGS_TAG_SETTINGS],
295295
},
296296
SETTINGS_TAG_LIST_VIEW: {
297-
path: 'tag-list',
297+
path: 'tag-list/:orderWeight',
298298
entryScreens: [SCREENS.SETTINGS_TAGS.SETTINGS_TAGS_ROOT],
299-
getRoute: (orderWeight: number) => `tag-list?orderWeight=${orderWeight}`,
300-
queryParams: ['orderWeight'],
299+
getRoute: (orderWeight: number) => `tag-list/${orderWeight}`,
301300
},
302301
DETAILS_CONSTANT_PICKER: {
303302
path: 'constant-picker',

0 commit comments

Comments
 (0)