Skip to content

Commit 956a151

Browse files
authored
Merge pull request #186 from KelvinTegelaar/dev
[pull] dev from KelvinTegelaar:dev
2 parents 39cc29f + 602dd6c commit 956a151

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
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"

src/pages/tenant/administration/tenants/index.js

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)