Skip to content
Snippets Groups Projects
Commit e5edc5bb authored by Bhabesh Bhabani Mukhopadhyay's avatar Bhabesh Bhabani Mukhopadhyay
Browse files

#VOAPP-35 : Cosmetic change. (Change of select text at drop down)

parent 18375c8b
No related branches found
No related tags found
No related merge requests found
...@@ -257,7 +257,7 @@ export default { ...@@ -257,7 +257,7 @@ export default {
let userUUID = localStorage.getItem(CommonUtil.CONST_STORAGE_UUID); let userUUID = localStorage.getItem(CommonUtil.CONST_STORAGE_UUID);
let jsonHeader = { Authorization: userUUID }; let jsonHeader = { Authorization: userUUID };
lstPOI.push({pointOfInterestId:'',name:'Select POI'}); lstPOI.push({pointOfInterestId:'',name:'No POI Selected'});
fetch(CommonUtil.CONST_URL_DOMAIN +CommonUtil.CONST_URL_USER_POI, fetch(CommonUtil.CONST_URL_DOMAIN +CommonUtil.CONST_URL_USER_POI,
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment