mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Upgrade typescript to 4.1 (#29493)
* Chore: Upgrade typescript to 4.1
This commit is contained in:
@@ -43,7 +43,7 @@ exports[`Render should render CTA if there are no API keys 1`] = `
|
||||
proTip="Remember you can provide view-only API access to other applications."
|
||||
title="You haven't added any API Keys yet."
|
||||
/>
|
||||
<Component
|
||||
<SlideDown
|
||||
in={false}
|
||||
>
|
||||
<div
|
||||
@@ -126,11 +126,11 @@ exports[`Render should render CTA if there are no API keys 1`] = `
|
||||
<div
|
||||
className="gf-form max-width-21"
|
||||
>
|
||||
<Component
|
||||
<FormLabel
|
||||
tooltip="The api key life duration. For example 1d if your key is going to last for one day. All the supported units are: s,m,h,d,w,M,y"
|
||||
>
|
||||
Time to live
|
||||
</Component>
|
||||
</FormLabel>
|
||||
<Input
|
||||
className="gf-form-input"
|
||||
onChange={[Function]}
|
||||
@@ -161,7 +161,7 @@ exports[`Render should render CTA if there are no API keys 1`] = `
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</Component>
|
||||
</SlideDown>
|
||||
</PageContents>
|
||||
</Page>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user