|
|
@ -47,8 +47,8 @@ const dialog = { |
|
|
|
buttons: [ |
|
|
|
{ |
|
|
|
icon: 'beenhere', |
|
|
|
labelI18nKey: props.grid.props.localMode ? 'action.confirm' : 'action.submit', |
|
|
|
label: t(props.grid.props.localMode ? 'action.confirm' : 'action.submit'), |
|
|
|
labelI18nKey: props.grid.props.localMode ? 'confirm' : 'action.submit', |
|
|
|
label: t(props.grid.props.localMode ? 'confirm' : 'action.submit'), |
|
|
|
loading: false, |
|
|
|
click: async () => { |
|
|
|
dialog.buttons[0].loading = true; |
|
|
|