feat: randomize color on label create (#1839)
fix: create label state being persisted after edit label
This commit is contained in:
parent
cd5e5b96da
commit
7becec4ee9
4 changed files with 199 additions and 155 deletions
|
|
@ -133,6 +133,11 @@ const LabelsSettings: NextPage = () => {
|
|||
setLabelForm={setLabelForm}
|
||||
isUpdating={isUpdating}
|
||||
labelToUpdate={labelToUpdate}
|
||||
onClose={() => {
|
||||
setLabelForm(false);
|
||||
setIsUpdating(false);
|
||||
setLabelToUpdate(null);
|
||||
}}
|
||||
ref={scrollToRef}
|
||||
/>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue