Skip to content

Commit

Permalink
campaign-news: Remove sourceLink field (#1696)
Browse files Browse the repository at this point in the history
Not currently used, and causes confusion
  • Loading branch information
sashko9807 authored Jan 3, 2024
1 parent 454a978 commit e6166b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/client/campaign-news/secured/CreateForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export default function CreateForm({ campaignId = '', isAdmin = true }: Campaign
}}
/>
</Grid>
<Grid item xs={12}>
{/* <Grid item xs={12}>
<FormTextField
type="text"
label="news:article.source-link.label"
Expand All @@ -223,7 +223,7 @@ export default function CreateForm({ campaignId = '', isAdmin = true }: Campaign
),
}}
/>
</Grid>
</Grid> */}
<Grid item xs={12} sm={4}>
{isAdmin && <ArticleStatusSelect />}
</Grid>
Expand Down
4 changes: 2 additions & 2 deletions src/components/client/campaign-news/secured/EditForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export default function EditForm({ article, campaignId = '', isAdmin = true }: P
}}
/>
</Grid>
<Grid item xs={12}>
{/* <Grid item xs={12}>
<FormTextField
type="text"
label="news:article.source-link.label"
Expand All @@ -254,7 +254,7 @@ export default function EditForm({ article, campaignId = '', isAdmin = true }: P
),
}}
/>
</Grid>
</Grid> */}
<Grid item xs={12} sm={4}>
{isAdmin && <ArticleStatusSelect />}
</Grid>
Expand Down

0 comments on commit e6166b1

Please sign in to comment.