From 556cb2db19227a9e53250afa7a355ab825cd5a98 Mon Sep 17 00:00:00 2001 From: Mohammad MohammadAlian <46217391+mhmda-83@users.noreply.github.com> Date: Sat, 11 Jul 2020 19:33:12 +0430 Subject: [PATCH] change text to confirmText --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35446bb5..8a189af9 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ const PostPage = () => { const deletePost = () => { Reoverlay.showModal(ConfirmModal, { - text: "Are you sure you want to delete this post", + confirmText: "Are you sure you want to delete this post", onConfirm: () => { axios.delete(...) }