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">
|
||||
<Button
|
||||
className={cls('border-none text-white bg-button-gradient h-full', {
|
||||
'opacity-40': true,
|
||||
'opacity-40': false,
|
||||
})}
|
||||
loading={uploading}
|
||||
icon={<SyncOutlined />}
|
||||
onClick={updateFromGithub}
|
||||
disabled
|
||||
>
|
||||
{t('Update_From_Github')}
|
||||
</Button>
|
||||
|
Reference in New Issue
Block a user