mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-30 20:25:33 +00:00
ts complie error
This commit is contained in:
parent
b71801ce33
commit
f74220eb8e
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ export default function Browser() {
|
|||
<Button
|
||||
variant="primary"
|
||||
size="sm"
|
||||
onClick={handleLoadCookies}
|
||||
onClick={() => handleLoadCookies()}
|
||||
disabled={cookiesLoading}
|
||||
>
|
||||
<RefreshCw className={`w-4 h-4 ${cookiesLoading ? 'animate-spin' : ''}`} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue