add model to product types enums

This commit is contained in:
MustafaJafar 2024-06-03 17:26:22 +03:00
parent 48020b5dc7
commit 04d2b6ceb0

View file

@ -61,6 +61,7 @@ def product_types_enum():
{"value": "redshift_rop", "label": "Redshift ROP"},
{"value": "karma_rop", "label": "Karma ROP"},
{"value": "vray_rop", "label": "VRay ROP"},
{"value": "model", "label": "Model"},
]