mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
add h3 to enum labels
This commit is contained in:
parent
fb1a39bd83
commit
b180d7be22
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ class PrepareProjectLocal(BaseAction):
|
|||
multiselect_enumerators.append(self.item_splitter)
|
||||
multiselect_enumerators.append({
|
||||
"type": "label",
|
||||
"value": in_data["label"]
|
||||
"value": "<h3>{}</h3>".format(in_data["label"])
|
||||
})
|
||||
|
||||
default = in_data["default"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue