mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-26 20:25:11 -05:00
Feature/move label editor (#1069)
* update default color * move labels editor
This commit is contained in:
@@ -6,7 +6,7 @@ from pydantic import UUID4
|
||||
|
||||
class MultiPurposeLabelCreate(CamelModel):
|
||||
name: str
|
||||
color: str = ""
|
||||
color: str = "#E0E0E0"
|
||||
|
||||
|
||||
class MultiPurposeLabelSave(MultiPurposeLabelCreate):
|
||||
|
||||
Reference in New Issue
Block a user