Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasrodes committed Dec 24, 2024
1 parent f341281 commit 4aa695c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adminSiteClient/DatasetEditPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ class DatasetEditor extends React.Component<{ dataset: DatasetPageData }> {
const { dataset } = this.props
const { newDataset } = this
const isBulkImport = dataset.namespace !== "owid"

return (
<main className="DatasetEditPage">
<Prompt
Expand Down Expand Up @@ -374,6 +373,7 @@ class DatasetEditor extends React.Component<{ dataset: DatasetPageData }> {
</p>
) : (
<p>
{dataset.isArchived}

Check failure on line 376 in adminSiteClient/DatasetEditPage.tsx

View workflow job for this annotation

GitHub Actions / testdbcheck

Property 'isArchived' does not exist on type 'DatasetPageData'.

Check failure on line 376 in adminSiteClient/DatasetEditPage.tsx

View workflow job for this annotation

GitHub Actions / bundlewatch

Property 'isArchived' does not exist on type 'DatasetPageData'.

Check failure on line 376 in adminSiteClient/DatasetEditPage.tsx

View workflow job for this annotation

GitHub Actions / testcheck

Property 'isArchived' does not exist on type 'DatasetPageData'.

Check failure on line 376 in adminSiteClient/DatasetEditPage.tsx

View workflow job for this annotation

GitHub Actions / bundlewatch

Property 'isArchived' does not exist on type 'DatasetPageData'.

Check failure on line 376 in adminSiteClient/DatasetEditPage.tsx

View workflow job for this annotation

GitHub Actions / testcheck

Property 'isArchived' does not exist on type 'DatasetPageData'.

Check failure on line 376 in adminSiteClient/DatasetEditPage.tsx

View workflow job for this annotation

GitHub Actions / testdbcheck

Property 'isArchived' does not exist on type 'DatasetPageData'.
<strong>Before archiving, ensure that:</strong>
<ul>
<li>
Expand Down

0 comments on commit 4aa695c

Please sign in to comment.