\r\n For external links such as Youtube etc, please add the entire url, example; https://www.youtube.com/watch?q= and also select External Link checkbox
\r\n For internal links, copy the url from the page you want the user to be redirected. Example, this page you need to add /dashboard/add-tutorial, and then the user will be redirected to the page to add a tutorial;
\r\n \r\n","import { Component, OnInit } from '@angular/core';\r\nimport { ActivatedRoute, Router } from '@angular/router';\r\nimport { faArrowLeft } from '@fortawesome/free-solid-svg-icons';\r\nimport { Observable, catchError, of, tap, throwError } from 'rxjs';\r\nimport { GetPendingByEmployerAPIResponse as GetPendingBaAPIResponse } from 'src/app/core/models/api/benefit-administrators/get-pending-by-employer.response';\r\nimport {\r\n BaManageGroupData,\r\n StatusBaUser,\r\n} from 'src/app/core/models/api/benefit-administrators/get-pendings-by-employer.response';\r\nimport { RouteEnum } from 'src/app/core/models/routes.enum';\r\nimport { BenefitAdministratorService } from 'src/app/core/services/http/benefit-administrator.service';\r\nimport { NotificationService } from 'src/app/core/services/notification.service';\r\n\r\n@Component({\r\n selector: 'app-approve-pending-ba',\r\n styleUrls: ['./approve-pending-ba.component.scss'],\r\n template: `\r\n