mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
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