Uninstall close is only a secondary button
This commit is contained in:
@@ -60,7 +60,8 @@ async function onUninstall() {
|
||||
message: t('app.uninstallDialog.description', { app: (props.app.label || props.app.fqdn) }),
|
||||
confirmStyle: 'danger',
|
||||
confirmLabel: t('app.uninstallDialog.uninstallAction'),
|
||||
rejectLabel: t('main.dialog.cancel')
|
||||
rejectLabel: t('main.dialog.cancel'),
|
||||
rejectStyle: 'secondary',
|
||||
});
|
||||
|
||||
if (!yes) return;
|
||||
|
||||
Reference in New Issue
Block a user