From ee5d482dffbf0a8e8ebeac5b4b85827dcab7af9b Mon Sep 17 00:00:00 2001 From: Lin Wang Date: Mon, 9 Sep 2024 15:45:38 +0800 Subject: [PATCH] [Workspace]Fix workspace description error when name invalid (#8079) * Fix workspace description error when name invalid Signed-off-by: Lin Wang * Changeset file for PR #8079 created/updated --------- Signed-off-by: Lin Wang Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> --- changelogs/fragments/8079.yml | 2 ++ .../components/workspace_creator/workspace_creator_form.tsx | 6 +----- .../workspace_form/workspace_detail_form_details.tsx | 1 - 3 files changed, 3 insertions(+), 6 deletions(-) create mode 100644 changelogs/fragments/8079.yml diff --git a/changelogs/fragments/8079.yml b/changelogs/fragments/8079.yml new file mode 100644 index 000000000000..c674500c1033 --- /dev/null +++ b/changelogs/fragments/8079.yml @@ -0,0 +1,2 @@ +fix: +- [Workspace]Fix workspace description error when name invalid ([#8079](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8079)) \ No newline at end of file diff --git a/src/plugins/workspace/public/components/workspace_creator/workspace_creator_form.tsx b/src/plugins/workspace/public/components/workspace_creator/workspace_creator_form.tsx index 4a99fc006524..8310bc6e3436 100644 --- a/src/plugins/workspace/public/components/workspace_creator/workspace_creator_form.tsx +++ b/src/plugins/workspace/public/components/workspace_creator/workspace_creator_form.tsx @@ -123,11 +123,7 @@ export const WorkspaceCreatorForm = (props: WorkspaceCreatorFormProps) => { />
- + {detailsUseCaseLabel}}>