Skip to content

Commit

Permalink
Fix d2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Aug 7, 2023
1 parent 4254ddf commit e3b7184
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const SelectSystemPromptComponent: React.FC<Props> = ({
dropdownDisplay: (
<EuiFlexGroup gutterSize="none" key={ADD_NEW_SYSTEM_PROMPT}>
<EuiFlexItem grow={true}>
<EuiButtonEmpty iconType="plus" size="xs" data-test-subj="addSystemPrompt">
<EuiButtonEmpty href="#" iconType="plus" size="xs" data-test-subj="addSystemPrompt">
{i18n.ADD_NEW_SYSTEM_PROMPT}
</EuiButtonEmpty>
</EuiFlexItem>
Expand Down

0 comments on commit e3b7184

Please sign in to comment.