diff --git a/src/gurubase-frontend/src/components/NewGuru.jsx b/src/gurubase-frontend/src/components/NewGuru.jsx index 6306780..c8e1a10 100644 --- a/src/gurubase-frontend/src/components/NewGuru.jsx +++ b/src/gurubase-frontend/src/components/NewGuru.jsx @@ -1714,8 +1714,6 @@ export default function NewGuru({ // Only show GitHub-related UI and logic if index_repo is true const renderCodebaseIndexing = () => { - if (!index_repo) return null; - // Find GitHub repository source and its error if it exists const githubSource = dataSources?.results?.find( (source) => source.url === customGuruData?.github_repo @@ -1764,6 +1762,7 @@ export default function NewGuru({ (isOriginalUrl && githubError)) && "border-red-500" )} + type="url" disabled={ isSourcesProcessing || isProcessing || @@ -1862,7 +1861,7 @@ export default function NewGuru({ render={({ field }) => (
- Guru Name + Guru Name * @@ -1910,7 +1909,7 @@ export default function NewGuru({ render={({ field: { value, onChange, ...rest } }) => (
- Guru Logo + Guru Logo * @@ -2006,7 +2005,7 @@ export default function NewGuru({ render={({ field }) => (
- Topics + Topics *