Skip to content
Snippets Groups Projects
Commit f8385f65 authored by ml bonhomme's avatar ml bonhomme :bee: Committed by Erwan Rouchet
Browse files

str to string in user configuration field types

parent 58ec29ae
No related branches found
No related tags found
1 merge request!1620str to string in user configuration field types
......@@ -47,7 +47,7 @@ class WorkerSerializer(WorkerLightSerializer):
class UserConfigurationFieldType(Enum):
Int = 'int'
Float = 'float'
String = 'str'
String = 'string'
Enum = 'enum'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment