This commit is contained in:
Archer
2023-12-27 11:07:39 +08:00
committed by GitHub
parent 86286efb54
commit 759a2330e6
182 changed files with 3099 additions and 81685 deletions

View File

@@ -187,12 +187,8 @@ const Info = ({ datasetId }: { datasetId: string }) => {
isLoading={btnLoading}
icon={<DeleteIcon />}
aria-label={''}
variant={'outline'}
size={'sm'}
_hover={{
color: 'red.600',
borderColor: 'red.600'
}}
variant={'whiteDanger'}
size={'smSquare'}
onClick={openConfirm(onclickDelete)}
/>
)}