diff options
author | Aijana Schumann <aijana.schumann@highstreet-technologies.com> | 2020-10-07 13:51:14 +0200 |
---|---|---|
committer | Aijana Schumann <aijana.schumann@highstreet-technologies.com> | 2020-10-07 13:51:14 +0200 |
commit | aee5dc5c1a62ba13c792028e9eea5886a680eb79 (patch) | |
tree | 1d821337a3f01b7b4374dae2662bb2420958b55b /sdnr/wt/odlux/package.json | |
parent | d5bea98dfb5ff7dafb9adaecea53a4d6a9987102 (diff) |
ConfigApp bugfixes
fix remove button in lists and boolean filters not working, fix delay-period not configurable
Issue-ID: CCSDK-2878
Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com>
Change-Id: I49f03840de6092f9ac4641b7c98785b5feb760b4
Diffstat (limited to 'sdnr/wt/odlux/package.json')
-rw-r--r-- | sdnr/wt/odlux/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sdnr/wt/odlux/package.json b/sdnr/wt/odlux/package.json index 9053e0886..4eaf5fc26 100644 --- a/sdnr/wt/odlux/package.json +++ b/sdnr/wt/odlux/package.json @@ -32,6 +32,7 @@ "jsonwebtoken": "8.3.0", "jss": "10.0.3", "lerna": "3.13.1", + "material-ui-confirm": "2.1.1", "notistack": "0.9.6", "prop-types": "15.7.2", "react": "16.12.0", |