Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Props:

  • title - title of dialog

  • message - message of dialog

  • isVisible isOpen - boolean, show the ConfirmActionDialog

  • onHide onClose - pass handle function to hide the ConfirmActionDialog,

  • onConfirm - executes the action after pressing the “Confirm” button

  • isConfirming - boolean, if true "Confirm" button is disabled and spinner is displayed

...