bugfix/fixed the bug for consumer_id

This commit is contained in:
Hongwei 2024-02-14 14:51:13 +01:00
parent 198904e282
commit 825495b9a8

View File

@ -75,7 +75,7 @@ class APIMetricsForm(MetricsForm):
('PUT', 'PUT'),
)
consumer_id = forms.ChoiceField(
consumer_id = forms.CharField(
label=_('Consumer ID'),
widget=forms.TextInput(
attrs={