Skip to content

Commit

Permalink
Merge branch 'new_backup' of github.com:yuye-aws/OpenSearch-Dashboard…
Browse files Browse the repository at this point in the history
…s into new_backup
  • Loading branch information
yuye-aws committed Jul 21, 2023
2 parents 875ce44 + c723819 commit dc4ed96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export const WorkspaceUpdater = () => {
restrictWidth
pageTitle="Update Workspace"
rightSideItems={[
<EuiButton onClick={() => exitWorkspace()}>Exit</EuiButton>,
<EuiButton onClick={exitWorkspace}>Exit</EuiButton>,
<EuiButton color="danger" onClick={() => setDeleteWorkspaceModalVisible(true)}>
Delete
</EuiButton>,
Expand Down

0 comments on commit dc4ed96

Please sign in to comment.