mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-11 22:09:44 +00:00
feat: open btn Upload From Github
This commit is contained in:
@@ -124,12 +124,11 @@ function Agent() {
|
|||||||
<div className="flex items-center gap-4">
|
<div className="flex items-center gap-4">
|
||||||
<Button
|
<Button
|
||||||
className={cls('border-none text-white bg-button-gradient h-full', {
|
className={cls('border-none text-white bg-button-gradient h-full', {
|
||||||
'opacity-40': true,
|
'opacity-40': false,
|
||||||
})}
|
})}
|
||||||
loading={uploading}
|
loading={uploading}
|
||||||
icon={<SyncOutlined />}
|
icon={<SyncOutlined />}
|
||||||
onClick={updateFromGithub}
|
onClick={updateFromGithub}
|
||||||
disabled
|
|
||||||
>
|
>
|
||||||
{t('Update_From_Github')}
|
{t('Update_From_Github')}
|
||||||
</Button>
|
</Button>
|
||||||
|
Reference in New Issue
Block a user