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 <qianxisy@amazon.com>

* Changeset file for PR #7768 created/updated

---------

Signed-off-by: Qxisylolo <qianxisy@amazon.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
(cherry picked from commit b46a34d)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 95c9f3a commit f23fd7d
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 f23fd7d

Please sign in to comment.