Skip to content

Commit

Permalink
[Workspace]fix the parameter misalignment error in the workspace_deta…
Browse files Browse the repository at this point in the history
…il_page (#7768) (#7772)

* fix the argument error in the workspace_detail_page



* Changeset file for PR #7768 created/updated

---------



(cherry picked from commit b46a34d)

Signed-off-by: Qxisylolo <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 21, 2024
1 parent a7b08e8 commit 30791d8
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 30791d8

Please sign in to comment.