File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed
src/pages/tenant/administration Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -42,21 +42,6 @@ const Page = () => {
4242 tenantFilter : null ,
4343 } }
4444 actions = { actions }
45- cardButton = {
46- < Button
47- color = "primary"
48- size = "small"
49- component = { NextLink }
50- href = "/tenant/administration/tenants/add"
51- startIcon = {
52- < SvgIcon fontSize = "small" >
53- < AddBusinessOutlined />
54- </ SvgIcon >
55- }
56- >
57- Add Tenant
58- </ Button >
59- }
6045 />
6146 ) ;
6247} ;
You can’t perform that action at this time.
0 commit comments