Skip to content

Commit

Permalink
dropped the primary button for apply
Browse files Browse the repository at this point in the history
Signed-off-by: Shey Gao <sheygao@amazon.com>
  • Loading branch information
Shey Gao committed Aug 20, 2024
1 parent 8b31102 commit 64460fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,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 64460fb

Please sign in to comment.