Skip to content

Commit

Permalink
bugfix/fixed the bug for consumer_id
Browse files Browse the repository at this point in the history
  • Loading branch information
hongwei1 committed Feb 14, 2024
1 parent 198904e commit 825495b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apimanager/metrics/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class APIMetricsForm(MetricsForm):
('PUT', 'PUT'),
)

consumer_id = forms.ChoiceField(
consumer_id = forms.CharField(
label=_('Consumer ID'),
widget=forms.TextInput(
attrs={
Expand Down

0 comments on commit 825495b

Please sign in to comment.