scripts/apps/ingest/directives/authenticate-ingest-provider.tsx
Function authenticateIngestProvider
has 44 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function authenticateIngestProvider(actions: Array<{label: string; onClick(): void}>) {
interface IProps {
closeModal(): void;
}
Function render
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
return (
<Modal
visible
zIndex={1050}