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)

* fix the argument error in the workspace_detail_page

Signed-off-by: Qxisylolo <[email protected]>

* Changeset file for PR #7768 created/updated

---------

Signed-off-by: Qxisylolo <[email protected]>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
  • Loading branch information
Qxisylolo and opensearch-changeset-bot[bot] authored Aug 20, 2024
1 parent 9aeebec commit b46a34d
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 b46a34d

Please sign in to comment.