+ {body}
+
+
+ {_('enterConfirmText')}{' '}
+ {_(messageId, values)}
+
+
+
+
+
+ )
+ }
+}
+
+// -----------------------------------------------------------------------------
+
+const ALERT_BUTTONS = [{ label: _('alertOk'), value: 'ok' }]
+
+export const alert = (title, body) =>
+ new Promise(resolve => {
+ modal(
+