fix: add loading to 'delete' button & 'save' button (#9214)

This commit is contained in:
Wu Tianwei
2024-10-11 11:22:59 +08:00
committed by GitHub
parent 5c76131d3d
commit 8bcad002df
2 changed files with 8 additions and 0 deletions

View File

@@ -335,6 +335,8 @@ const Form = () => {
<Button
className='min-w-24'
variant='primary'
loading={loading}
disabled={loading}
onClick={handleSave}
>
{t('datasetSettings.form.save')}