Skip to content

Commit

Permalink
chore: pass application id in query param
Browse files Browse the repository at this point in the history
  • Loading branch information
vinit717 committed Aug 20, 2024
1 parent f3ab3c5 commit b6b44be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/constants/apis.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ export const USER_APPLICATION_LINK = (userId) => {
};

export const APPLICATION_ID_LINK = (id) => {
return `${APPS.DASHBOARD}/applications/${id}`;
return `${APPS.DASHBOARD}/applications/?id=${id}`;
};

0 comments on commit b6b44be

Please sign in to comment.