Skip to content

Commit c1c96d2

Browse files
committed
Update ms_entra.py
1 parent 596c7e5 commit c1c96d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

entra/rulesets/ms_entra.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
DictElement,
2929
Dictionary,
3030
FieldSize,
31+
InputHint,
3132
MultipleChoice,
3233
MultipleChoiceElement,
3334
Password,
@@ -169,7 +170,7 @@ def _parameter_form_special_agent_ms_entra() -> Dictionary:
169170
"monitored. The default timeout is 10s."
170171
),
171172
displayed_magnitudes=[TimeMagnitude.SECOND],
172-
prefill=DefaultValue(10.0),
173+
prefill=InputHint(10.0),
173174
custom_validate=[
174175
NumberInRange(
175176
min_value=3,

0 commit comments

Comments
 (0)