(params: SearchParams, id: string)
| 46 | } |
| 47 | |
| 48 | export function getValueFromScopes(params: SearchParams, id: string): string { |
| 49 | return params.scopes.find((s) => s.id === id)?.value ?? ""; |
| 50 | } |
| 51 | |
| 52 | // ============================================================ |
| 53 | // AdvancedSearch component |
no outgoing calls
no test coverage detected