From a8cc845aac1abc6e80666474facc8ca3cf942afc Mon Sep 17 00:00:00 2001 From: hujambo-dunia Date: Fri, 5 Apr 2024 17:57:09 -0400 Subject: [PATCH] Component renaming --- .../{SelfReportingError.vue => UserReportingError.vue} | 0 client/src/components/DatasetInformation/DatasetError.vue | 6 +++--- client/src/components/Tool/ToolForm.vue | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) rename client/src/components/Common/{SelfReportingError.vue => UserReportingError.vue} (100%) diff --git a/client/src/components/Common/SelfReportingError.vue b/client/src/components/Common/UserReportingError.vue similarity index 100% rename from client/src/components/Common/SelfReportingError.vue rename to client/src/components/Common/UserReportingError.vue diff --git a/client/src/components/DatasetInformation/DatasetError.vue b/client/src/components/DatasetInformation/DatasetError.vue index 41186a407873..9f6fe74eca15 100644 --- a/client/src/components/DatasetInformation/DatasetError.vue +++ b/client/src/components/DatasetInformation/DatasetError.vue @@ -11,7 +11,7 @@ :job-id="dataset.creating_job" @error="onError">
- {{ /* TODO integrate submit-prop into larger form */ }} -