Skip to content

Commit

Permalink
Fix cancel add category group (#1975)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamk19 authored Nov 26, 2023
1 parent 0920bdc commit 5d8b96a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ function SidebarGroup({
onBlur={() => onEdit(null)}
style={{ fontWeight: 600 }}
inputProps={{
value: undefined,
style: { marginLeft: 20 },
placeholder: temporary ? 'New Group Name' : '',
}}
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/1975.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [williamk19]
---

Bug fixes for cancel add category group.

0 comments on commit 5d8b96a

Please sign in to comment.