feat: open btn Upload From Github

This commit is contained in:
lhwan
2024-08-21 10:38:19 +08:00
parent 0a127f4fe2
commit ffae11c421

View File

@@ -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>