Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 953e903

Browse files
3465 dashboard apply button disabled after first selection (SORMAS-Foundation#3632)
* SORMAS-Foundation#3465 - Apply custom filter button on Dashboard is disabled after one selection and doesn't get enabled when user makes an other selection * SORMAS-Foundation#3465 - Apply custom filter button on Dashboard is disabled after one selection and doesn't get enabled when user makes an other selection
1 parent 4df8bb1 commit 953e903

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

sormas-ui/src/main/java/de/symeda/sormas/ui/dashboard/DashboardFilterLayout.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,6 @@ private HorizontalLayout createCustomDateFilterLayout() {
327327
// Apply button listener
328328
applyButton.addClickListener(e -> {
329329
currentDateFilterType = DateFilterType.CUSTOM;
330-
applyButton.setEnabled(false);
331-
applyButton.removeStyleName(ValoTheme.BUTTON_PRIMARY);
332330
DateFilterOption dateFilterOption = (DateFilterOption) weekAndDateFilter.getDateFilterOptionFilter().getValue();
333331
Date fromDate = null;
334332
Date toDate = null;

0 commit comments

Comments
 (0)