Fix overlay trigger hitbox
This commit is contained in:
parent
121205fa4b
commit
8f39a229c3
@ -847,6 +847,8 @@ I estimate that I will call the GraphQL API this many times (rough estimate is f
|
|||||||
}}
|
}}
|
||||||
>Generate API key
|
>Generate API key
|
||||||
</Button>
|
</Button>
|
||||||
|
</div>
|
||||||
|
</OverlayTrigger>
|
||||||
{apiKey &&
|
{apiKey &&
|
||||||
<DeleteIcon
|
<DeleteIcon
|
||||||
style={{ cursor: 'pointer' }} className='fill-danger mx-1' width={24} height={24}
|
style={{ cursor: 'pointer' }} className='fill-danger mx-1' width={24} height={24}
|
||||||
@ -854,8 +856,6 @@ I estimate that I will call the GraphQL API this many times (rough estimate is f
|
|||||||
showModal((onClose) => <ApiKeyDeleteObstacle onClose={onClose} />)
|
showModal((onClose) => <ApiKeyDeleteObstacle onClose={onClose} />)
|
||||||
}}
|
}}
|
||||||
/>}
|
/>}
|
||||||
</div>
|
|
||||||
</OverlayTrigger>
|
|
||||||
<Info>
|
<Info>
|
||||||
<ul className='fw-bold'>
|
<ul className='fw-bold'>
|
||||||
<li>use API keys with our <Link target='_blank' href='/api/graphql'>GraphQL API</Link> for authentication</li>
|
<li>use API keys with our <Link target='_blank' href='/api/graphql'>GraphQL API</Link> for authentication</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user