We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003f3c8 commit 6ddb8b5Copy full SHA for 6ddb8b5
1 file changed
src/ROUTES.ts
@@ -294,10 +294,9 @@ const DYNAMIC_ROUTES = {
294
entryScreens: [SCREENS.SETTINGS_TAGS.SETTINGS_TAG_SETTINGS],
295
},
296
SETTINGS_TAG_LIST_VIEW: {
297
- path: 'tag-list',
+ path: 'tag-list/:orderWeight',
298
entryScreens: [SCREENS.SETTINGS_TAGS.SETTINGS_TAGS_ROOT],
299
- getRoute: (orderWeight: number) => `tag-list?orderWeight=${orderWeight}`,
300
- queryParams: ['orderWeight'],
+ getRoute: (orderWeight: number) => `tag-list/${orderWeight}`,
301
302
DETAILS_CONSTANT_PICKER: {
303
path: 'constant-picker',
0 commit comments