From d0b1079b9be46089471aff355410a8505e48d641 Mon Sep 17 00:00:00 2001 From: Dotta Date: Wed, 11 Mar 2026 20:37:36 -0500 Subject: [PATCH] Remove new issue draft autosave footer copy Co-Authored-By: Paperclip --- ui/src/components/NewIssueDialog.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/src/components/NewIssueDialog.tsx b/ui/src/components/NewIssueDialog.tsx index 108e282b..32d6e34f 100644 --- a/ui/src/components/NewIssueDialog.tsx +++ b/ui/src/components/NewIssueDialog.tsx @@ -1029,8 +1029,6 @@ export function NewIssueDialog() { ) : createIssue.isError ? ( {createIssueErrorMessage} - ) : canDiscardDraft ? ( - Draft autosaves locally ) : null}