You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On click on delete, we show a modal to state that this is a destructive action. (Hint: we have a reusable modal component, you can use that one here)
We should ask the user to confirm to delete the blog post.
On Confirm we would delete the blog post; on Cancel we are dismissing the action
The text was updated successfully, but these errors were encountered:
On click on delete, we show a modal to state that this is a destructive action. (Hint: we have a reusable modal component, you can use that one here)
We should ask the user to confirm to delete the blog post.
On Confirm we would delete the blog post; on Cancel we are dismissing the action
The text was updated successfully, but these errors were encountered: