mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-27 22:46:04 +00:00
Fix buttons
This commit is contained in:
@@ -58,12 +58,14 @@ export default class ResetFetchDataModalView extends ModalView<{
|
||||
protected setup() {
|
||||
this.buttonList = [
|
||||
{
|
||||
name: 'Reset',
|
||||
name: 'reset',
|
||||
label: 'Reset',
|
||||
style: 'danger',
|
||||
onClick: () => this.processReset(),
|
||||
},
|
||||
{
|
||||
name: 'Cancel',
|
||||
name: 'cancel',
|
||||
label: 'Cancel',
|
||||
onClick: () => this.close(),
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user