fix: add loading to 'delete' button & 'save' button (#9214)
This commit is contained in:
@@ -335,6 +335,8 @@ const Form = () => {
|
||||
<Button
|
||||
className='min-w-24'
|
||||
variant='primary'
|
||||
loading={loading}
|
||||
disabled={loading}
|
||||
onClick={handleSave}
|
||||
>
|
||||
{t('datasetSettings.form.save')}
|
||||
|
Reference in New Issue
Block a user