NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

import { Button, Typography } from "@qbe/ui-core";
import { useDispatch } from "react-redux";
import { setRemovePolicyModalState } from "../../Redux/Slices/modalSlice.js";
import { removePolicyDashBoardData } from "../../Redux/Slices/policyDashboardSlice.js";
import { showSuccess } from "../../Components/AlertBox/AlertBox.js";

export const RemovePolicy = ({ selectedPolicy }) => {

const dispatch = useDispatch();

const onClickRemovePolicy = () => {
dispatch(removePolicyDashBoardData(selectedPolicy));
dispatch(setRemovePolicyModalState(false));
showSuccess("Policy successfully removed from your account");
}

return (<div
className="modal-content"
onClick={e => {
// do not close modal if anything inside modal content is clicked
e.stopPropagation();
}}
>
{/* pass as children */}
<div className="popup-container-remove-policy">
<div className="cross-arrow-remove-policy w-100 "><svg onClick={() => dispatch(setRemovePolicyModalState(false))} xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><path d="M27 14.41L25.59 13L20 18.59L14.41 13L13 14.41L18.59 20L13 25.59L14.41 27L20 21.41L25.59 27L27 25.59L21.41 20L27 14.41Z" fill="black"></path></svg></div>
<div className="bottom-section-remove-policy">
<h6 className="mb-3 mt-3 remove-policy-header"> Are you sure you want to remove this policy? </h6>
{/* <p className="mb-3 remove-policy-note">The policy will still be active, it just won't be visible on your account. *confirm wording*</p> */}
<Button onClick={() => onClickRemovePolicy()} className="mt-3 mx-2" label="Yes, remove" />
<Button onClick={() => dispatch(setRemovePolicyModalState(false))} className="mt-3 mx-2" label="Cancel" variant="secondary-on-light" />
</div>
</div>
</div>)
}




import { NotificationManager } from "react-notifications";
import 'react-notifications/lib/notifications.css';

export const showSuccess = (info) => {
NotificationManager.success(info, "", 4000,);
}

export const showError = (error)=>{
NotificationManager.error(error)
}
     
 
what is notes.io
 

Notes is a web-based application for online taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000+ notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 14 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.