Skip to content

Commit

Permalink
Update src/plugins/workspace/public/components/workspace_updater/work…
Browse files Browse the repository at this point in the history
…space_updater.tsx

Co-authored-by: SuZhou-Joe <suzhou@amazon.com>
  • Loading branch information
yuye-aws and SuZhou-Joe authored Jul 21, 2023
1 parent a29752e commit c723819
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 c723819

Please sign in to comment.