mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: change from cta to secondary (#49321)
This commit is contained in:
parent
ebc6d3a63c
commit
1402c85ce1
@ -41,7 +41,7 @@ export const Math: FC<Props> = ({ labelWidth, onChange, query }) => {
|
||||
>
|
||||
<>
|
||||
<TextArea value={query.expression} onChange={onExpressionChange} rows={5} placeholder={mathPlaceholder} />
|
||||
<Button color="primary" size="sm" onClick={() => toggleShowHelp()}>
|
||||
<Button variant="secondary" size="sm" onClick={toggleShowHelp}>
|
||||
{showHelp === false ? 'Show' : 'Hide'} help
|
||||
</Button>
|
||||
</>
|
||||
|
Loading…
Reference in New Issue
Block a user