From 006726c5d6cf76055036515b1ccc55b5861327bb Mon Sep 17 00:00:00 2001 From: Lin Wang Date: Mon, 9 Sep 2024 10:15:38 +0800 Subject: [PATCH 1/2] Fix workspace description error when name invalid Signed-off-by: Lin Wang --- .../components/workspace_creator/workspace_creator_form.tsx | 6 +----- .../workspace_form/workspace_detail_form_details.tsx | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) 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}}> From 1fea6fa634ce4aefe2ad2d68515723c15ef778d0 Mon Sep 17 00:00:00 2001 From: "opensearch-changeset-bot[bot]" <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 02:18:30 +0000 Subject: [PATCH 2/2] Changeset file for PR #8079 created/updated --- changelogs/fragments/8079.yml | 2 ++ 1 file changed, 2 insertions(+) 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