All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web.lib.components.modals.error-modal.tsx Maven / Gradle / Ivy

There is a newer version: 37
Show newest version
import * as React from 'react';
import { Modal } from 'react-bootstrap';


export function ErrorModal(props: { error: any, onHide: () => void }) {
  return (
    
      Holy Supersonic Atoms!
      
        

{props.error.message || props.error.toString()}

); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy