Once user reload the new added 'campaigns-add' page it shows Unauthorized because verifyAuthorization utils need to be updated as for now it is only allowing pages path which are given in the menuItems so use 'return allowedPages.some(page => currentPath.startsWith(page))' instead of old one 'return allowedPages.includes(currentPath)'
Once user reload the new added 'campaigns-add' page it shows Unauthorized because verifyAuthorization utils need to be updated as for now it is only allowing pages path which are given in the menuItems so use 'return allowedPages.some(page => currentPath.startsWith(page))' instead of old one 'return allowedPages.includes(currentPath)'