From 55e17df39f397a3adb19b4160c61a687e0aa937f Mon Sep 17 00:00:00 2001
From: soham2k06
Date: Mon, 15 Jan 2024 13:41:24 +0530
Subject: [PATCH 1/3] fix: disabled button while saving post
---
components/editor.tsx | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/components/editor.tsx b/components/editor.tsx
index a683e750..21f2bb6b 100644
--- a/components/editor.tsx
+++ b/components/editor.tsx
@@ -138,7 +138,11 @@ export function Editor({ post }: EditorProps) {
{post.published ? "Published" : "Draft"}
-