Skip to content

Commit

Permalink
Merge branch 'main' into fix/redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
SuZhou-Joe authored Aug 20, 2024
2 parents 8922528 + b46a34d commit b5e4ac5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/7768.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fix:
- Fix the parameter misalignment in the workspace_detail_page ([#7768](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7768))
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export const WorkspaceDetail = (props: WorkspaceDetailProps) => {
</EuiPageBody>
{deletedWorkspace && (
<DeleteWorkspaceModal
selectedWorkspace={deletedWorkspace}
selectedWorkspaces={[deletedWorkspace]}
onClose={() => setDeletedWorkspace(null)}
onDeleteSuccess={() => {
window.setTimeout(() => {
Expand Down

0 comments on commit b5e4ac5

Please sign in to comment.