|
|
@ -59,7 +59,7 @@ async function handleDelete(record: Recordable) { |
|
|
|
{ icon: IconEnum.EDIT, label: t('action.edit'), auth: 'system:oauth2-client:update', onClick: handleEdit.bind(null, record) }, |
|
|
|
{ icon: IconEnum.EDIT, label: t('action.edit'), auth: 'system:oauth2-client:update', onClick: handleEdit.bind(null, record) }, |
|
|
|
{ |
|
|
|
{ |
|
|
|
icon: IconEnum.DELETE, |
|
|
|
icon: IconEnum.DELETE, |
|
|
|
color: 'error', |
|
|
|
danger: true, |
|
|
|
label: t('action.delete'), |
|
|
|
label: t('action.delete'), |
|
|
|
auth: 'system:oauth2-client:delete', |
|
|
|
auth: 'system:oauth2-client:delete', |
|
|
|
popConfirm: { |
|
|
|
popConfirm: { |
|
|
|