From 7dcbb758390b72541638fb2a267abb46a54a0a80 Mon Sep 17 00:00:00 2001 From: Joel Date: Mon, 17 Feb 2025 17:00:05 +0800 Subject: [PATCH] chore: rename --- web/app/(commonLayout)/datasets/Container.tsx | 2 +- .../{edit-metadat-batch => edit-metadata-batch}/add-row.tsx | 0 .../{edit-metadat-batch => edit-metadata-batch}/edit-row.tsx | 0 .../edited-beacon.tsx | 0 .../input-combined.tsx | 0 .../input-has-set-multiple-value.tsx | 0 .../{edit-metadat-batch => edit-metadata-batch}/label.tsx | 0 .../{edit-metadat-batch => edit-metadata-batch}/modal.tsx | 0 8 files changed, 1 insertion(+), 1 deletion(-) rename web/app/components/datasets/metadata/{edit-metadat-batch => edit-metadata-batch}/add-row.tsx (100%) rename web/app/components/datasets/metadata/{edit-metadat-batch => edit-metadata-batch}/edit-row.tsx (100%) rename web/app/components/datasets/metadata/{edit-metadat-batch => edit-metadata-batch}/edited-beacon.tsx (100%) rename web/app/components/datasets/metadata/{edit-metadat-batch => edit-metadata-batch}/input-combined.tsx (100%) rename web/app/components/datasets/metadata/{edit-metadat-batch => edit-metadata-batch}/input-has-set-multiple-value.tsx (100%) rename web/app/components/datasets/metadata/{edit-metadat-batch => edit-metadata-batch}/label.tsx (100%) rename web/app/components/datasets/metadata/{edit-metadat-batch => edit-metadata-batch}/modal.tsx (100%) 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