mirror of
https://github.com/web-infra-dev/midscene.git
synced 2025-11-29 16:39:58 +00:00
fix: tooltip of env config (#169)
This commit is contained in:
parent
ebc88adc07
commit
fe2e13d1f7
@ -38,7 +38,7 @@ export function EnvConfig() {
|
|||||||
<Tooltip
|
<Tooltip
|
||||||
title="Please set up your environment variables to use Midscene."
|
title="Please set up your environment variables to use Midscene."
|
||||||
placement="right"
|
placement="right"
|
||||||
open
|
open={!isModalOpen}
|
||||||
>
|
>
|
||||||
<Button type="primary" onClick={showModal}>
|
<Button type="primary" onClick={showModal}>
|
||||||
Click to set up
|
Click to set up
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user