diff --git a/web/app/(commonLayout)/datasets/Container.tsx b/web/app/(commonLayout)/datasets/Container.tsx index 0b21999ab4..7eab0189c9 100644 --- a/web/app/(commonLayout)/datasets/Container.tsx +++ b/web/app/(commonLayout)/datasets/Container.tsx @@ -23,7 +23,7 @@ import CheckboxWithLabel from '@/app/components/datasets/create/website/base/che import CreateModal from '@/app/components/datasets/metadata/create-metadata-modal' import SelectMetadataModal from '@/app/components/datasets/metadata/select-metadata-modal' // import DatasetMetadataDrawer from '@/app/components/datasets/metadata/dataset-metadata-drawer' -import EditMetadataBatchModal from '@/app/components/datasets/metadata/edit-metadat-batch/modal' +import EditMetadataBatchModal from '@/app/components/datasets/metadata/edit-metadata-batch/modal' // Services import { fetchDatasetApiBaseUrl } from '@/service/datasets' diff --git a/web/app/components/datasets/metadata/edit-metadat-batch/add-row.tsx b/web/app/components/datasets/metadata/edit-metadata-batch/add-row.tsx similarity index 100% rename from web/app/components/datasets/metadata/edit-metadat-batch/add-row.tsx rename to web/app/components/datasets/metadata/edit-metadata-batch/add-row.tsx diff --git a/web/app/components/datasets/metadata/edit-metadat-batch/edit-row.tsx b/web/app/components/datasets/metadata/edit-metadata-batch/edit-row.tsx similarity index 100% rename from web/app/components/datasets/metadata/edit-metadat-batch/edit-row.tsx rename to web/app/components/datasets/metadata/edit-metadata-batch/edit-row.tsx diff --git a/web/app/components/datasets/metadata/edit-metadat-batch/edited-beacon.tsx b/web/app/components/datasets/metadata/edit-metadata-batch/edited-beacon.tsx similarity index 100% rename from web/app/components/datasets/metadata/edit-metadat-batch/edited-beacon.tsx rename to web/app/components/datasets/metadata/edit-metadata-batch/edited-beacon.tsx diff --git a/web/app/components/datasets/metadata/edit-metadat-batch/input-combined.tsx b/web/app/components/datasets/metadata/edit-metadata-batch/input-combined.tsx similarity index 100% rename from web/app/components/datasets/metadata/edit-metadat-batch/input-combined.tsx rename to web/app/components/datasets/metadata/edit-metadata-batch/input-combined.tsx diff --git a/web/app/components/datasets/metadata/edit-metadat-batch/input-has-set-multiple-value.tsx b/web/app/components/datasets/metadata/edit-metadata-batch/input-has-set-multiple-value.tsx similarity index 100% rename from web/app/components/datasets/metadata/edit-metadat-batch/input-has-set-multiple-value.tsx rename to web/app/components/datasets/metadata/edit-metadata-batch/input-has-set-multiple-value.tsx diff --git a/web/app/components/datasets/metadata/edit-metadat-batch/label.tsx b/web/app/components/datasets/metadata/edit-metadata-batch/label.tsx similarity index 100% rename from web/app/components/datasets/metadata/edit-metadat-batch/label.tsx rename to web/app/components/datasets/metadata/edit-metadata-batch/label.tsx diff --git a/web/app/components/datasets/metadata/edit-metadat-batch/modal.tsx b/web/app/components/datasets/metadata/edit-metadata-batch/modal.tsx similarity index 100% rename from web/app/components/datasets/metadata/edit-metadat-batch/modal.tsx rename to web/app/components/datasets/metadata/edit-metadata-batch/modal.tsx