forked from github/plane
feat: randomize color on label create (#1839)
fix: create label state being persisted after edit label
This commit is contained in:
@@ -133,6 +133,11 @@ const LabelsSettings: NextPage = () => {
|
||||
setLabelForm={setLabelForm}
|
||||
isUpdating={isUpdating}
|
||||
labelToUpdate={labelToUpdate}
|
||||
onClose={() => {
|
||||
setLabelForm(false);
|
||||
setIsUpdating(false);
|
||||
setLabelToUpdate(null);
|
||||
}}
|
||||
ref={scrollToRef}
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user