mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-06 17:36:50 +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