Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into use_case_overview
Browse files Browse the repository at this point in the history
  • Loading branch information
Hailong-am committed Aug 21, 2024
2 parents e227863 + b4ae264 commit 7a55afb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/7777.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
refactor:
- [Look & Feel] Appearance Popover Button Change ([#7777](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7777))
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export const HeaderUserThemeMenu = () => {
<EuiFlexItem grow={false}>
<EuiCompressedFormRow hasEmptyLabelSpace>
{/* TODO: disable submit until changes */}
<EuiSmallButton fill onClick={onAppearanceSubmit} type="submit">
<EuiSmallButton onClick={onAppearanceSubmit} type="submit">
Apply
</EuiSmallButton>
</EuiCompressedFormRow>
Expand Down

0 comments on commit 7a55afb

Please sign in to comment.