diff --git a/changelogs/fragments/7768.yml b/changelogs/fragments/7768.yml new file mode 100644 index 000000000000..ac0418eb42b0 --- /dev/null +++ b/changelogs/fragments/7768.yml @@ -0,0 +1,2 @@ +fix: +- Fix the parameter misalignment in the workspace_detail_page ([#7768](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7768)) \ No newline at end of file diff --git a/src/plugins/workspace/public/components/workspace_detail/workspace_detail.tsx b/src/plugins/workspace/public/components/workspace_detail/workspace_detail.tsx index a95756947424..6e3e628e4538 100644 --- a/src/plugins/workspace/public/components/workspace_detail/workspace_detail.tsx +++ b/src/plugins/workspace/public/components/workspace_detail/workspace_detail.tsx @@ -187,7 +187,7 @@ export const WorkspaceDetail = (props: WorkspaceDetailProps) => { {deletedWorkspace && ( setDeletedWorkspace(null)} onDeleteSuccess={() => { window.setTimeout(() => {