onMarkAsDetailsSent = () => {
    if (!confirm('Are you sure you want to mark this gift set as details sent?')) {
      return;
    }