Remove new issue draft autosave footer copy
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
7945e7e780
commit
d0b1079b9b
1 changed files with 0 additions and 2 deletions
|
|
@ -1029,8 +1029,6 @@ export function NewIssueDialog() {
|
|||
</span>
|
||||
) : createIssue.isError ? (
|
||||
<span className="text-xs text-destructive">{createIssueErrorMessage}</span>
|
||||
) : canDiscardDraft ? (
|
||||
<span className="text-xs text-muted-foreground">Draft autosaves locally</span>
|
||||
) : null}
|
||||
</div>
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue