Skip to content

Commit 602dd6c

Browse files
committed
fix multiple input fields in audit logs
1 parent 05868b4 commit 602dd6c

File tree

1 file changed

+1
-1
lines changed
  • src/pages/tenant/administration/alert-configuration

1 file changed

+1
-1
lines changed

src/pages/tenant/administration/alert-configuration/alert.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ const AlertWizard = () => {
427427
>
428428
<CippFormComponent
429429
type="autoComplete"
430-
multiple={false}
430+
multiple={propertyWatcher?.[event.id]?.Property?.multi ?? false}
431431
name={`conditions.${event.id}.Input`}
432432
formControl={formControl}
433433
label="Input"

0 commit comments

Comments
 (0)